Uses of Interface
software.amazon.awssdk.services.dynamodb.model.DescribeContributorInsightsResponse.Builder
Packages that use DescribeContributorInsightsResponse.Builder
-
Uses of DescribeContributorInsightsResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DescribeContributorInsightsResponse.BuilderModifier and TypeMethodDescriptionDescribeContributorInsightsResponse.builder()DescribeContributorInsightsResponse.Builder.contributorInsightsMode(String contributorInsightsMode) The mode of CloudWatch Contributor Insights for DynamoDB that determines which events are emitted.DescribeContributorInsightsResponse.Builder.contributorInsightsMode(ContributorInsightsMode contributorInsightsMode) The mode of CloudWatch Contributor Insights for DynamoDB that determines which events are emitted.DescribeContributorInsightsResponse.Builder.contributorInsightsRuleList(String... contributorInsightsRuleList) List of names of the associated contributor insights rules.DescribeContributorInsightsResponse.Builder.contributorInsightsRuleList(Collection<String> contributorInsightsRuleList) List of names of the associated contributor insights rules.DescribeContributorInsightsResponse.Builder.contributorInsightsStatus(String contributorInsightsStatus) Current status of contributor insights.DescribeContributorInsightsResponse.Builder.contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus) Current status of contributor insights.DescribeContributorInsightsResponse.Builder.failureException(Consumer<FailureException.Builder> failureException) Returns information about the last failure that was encountered.DescribeContributorInsightsResponse.Builder.failureException(FailureException failureException) Returns information about the last failure that was encountered.The name of the global secondary index being described.DescribeContributorInsightsResponse.Builder.lastUpdateDateTime(Instant lastUpdateDateTime) Timestamp of the last time the status was changed.The name of the table being described.DescribeContributorInsightsResponse.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type DescribeContributorInsightsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeContributorInsightsResponse.Builder>DescribeContributorInsightsResponse.serializableBuilderClass()