Interface ContributorInsightsSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContributorInsightsSummary.Builder,
,ContributorInsightsSummary> SdkBuilder<ContributorInsightsSummary.Builder,
,ContributorInsightsSummary> SdkPojo
- Enclosing class:
ContributorInsightsSummary
@Mutable
@NotThreadSafe
public static interface ContributorInsightsSummary.Builder
extends SdkPojo, CopyableBuilder<ContributorInsightsSummary.Builder,ContributorInsightsSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncontributorInsightsMode
(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.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.contributorInsightsStatus
(String contributorInsightsStatus) Describes the current status for contributor insights for the given table and index, if applicable.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tableName
Name of the table associated with the summary.
- Parameters:
tableName
- Name of the table associated with the summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexName
Name of the index associated with the summary, if any.
- Parameters:
indexName
- Name of the index associated with the summary, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contributorInsightsStatus
Describes the current status for contributor insights for the given table and index, if applicable.
- Parameters:
contributorInsightsStatus
- Describes the current status for contributor insights for the given table and index, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contributorInsightsStatus
ContributorInsightsSummary.Builder contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus) Describes the current status for contributor insights for the given table and index, if applicable.
- Parameters:
contributorInsightsStatus
- Describes the current status for contributor insights for the given table and index, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contributorInsightsMode
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-