Class CfnGlobalTablePropsMixin.ContributorInsightsSpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.dynamodb.mixins.CfnGlobalTablePropsMixin.ContributorInsightsSpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGlobalTablePropsMixin.ContributorInsightsSpecificationProperty>
- Enclosing interface:
CfnGlobalTablePropsMixin.ContributorInsightsSpecificationProperty
@Stability(Stable)
public static final class CfnGlobalTablePropsMixin.ContributorInsightsSpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGlobalTablePropsMixin.ContributorInsightsSpecificationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.enabled(IResolvable enabled)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
@Stability(Stable) public CfnGlobalTablePropsMixin.ContributorInsightsSpecificationProperty.Builder enabled(Boolean enabled) - Parameters:
enabled- Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).- Returns:
this
-
enabled
@Stability(Stable) public CfnGlobalTablePropsMixin.ContributorInsightsSpecificationProperty.Builder enabled(IResolvable enabled) - Parameters:
enabled- Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).- Returns:
this
-
mode
@Stability(Stable) public CfnGlobalTablePropsMixin.ContributorInsightsSpecificationProperty.Builder mode(String mode) - Parameters:
mode- Specifies the CloudWatch Contributor Insights mode for a global table. Valid values areACCESSED_AND_THROTTLED_KEYS(tracks all access and throttled events) orTHROTTLED_KEYS(tracks only throttled events). This setting determines what type of contributor insights data is collected for the global table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGlobalTablePropsMixin.ContributorInsightsSpecificationProperty>- Returns:
- a new instance of
CfnGlobalTablePropsMixin.ContributorInsightsSpecificationProperty - Throws:
NullPointerException- if any required attribute was not provided
-