Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ContributorInsightsSummary.Builder
Packages that use ContributorInsightsSummary.Builder
-
Uses of ContributorInsightsSummary.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ContributorInsightsSummary.BuilderModifier and TypeMethodDescriptionContributorInsightsSummary.builder()ContributorInsightsSummary.Builder.contributorInsightsMode(String contributorInsightsMode) Indicates the current mode of CloudWatch Contributor Insights, specifying whether it tracks all access and throttled events or throttled events only for the DynamoDB table or index.ContributorInsightsSummary.Builder.contributorInsightsMode(ContributorInsightsMode contributorInsightsMode) Indicates the current mode of CloudWatch Contributor Insights, specifying whether it tracks all access and throttled events or throttled events only for the DynamoDB table or index.ContributorInsightsSummary.Builder.contributorInsightsStatus(String contributorInsightsStatus) Describes the current status for contributor insights for the given table and index, if applicable.ContributorInsightsSummary.Builder.contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus) Describes the current status for contributor insights for the given table and index, if applicable.Name of the index associated with the summary, if any.Name of the table associated with the summary.ContributorInsightsSummary.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ContributorInsightsSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ContributorInsightsSummary.Builder>ContributorInsightsSummary.serializableBuilderClass()