Class CfnTableBucketPropsMixin.MetricsConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTableBucketPropsMixin.MetricsConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTableBucketPropsMixin.MetricsConfigurationProperty>
- Enclosing interface:
CfnTableBucketPropsMixin.MetricsConfigurationProperty
@Stability(Stable)
public static final class CfnTableBucketPropsMixin.MetricsConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTableBucketPropsMixin.MetricsConfigurationProperty>
A builder for
CfnTableBucketPropsMixin.MetricsConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTableBucketPropsMixin.MetricsConfigurationProperty.getStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
status
@Stability(Stable) public CfnTableBucketPropsMixin.MetricsConfigurationProperty.Builder status(String status) Sets the value ofCfnTableBucketPropsMixin.MetricsConfigurationProperty.getStatus()- Parameters:
status- Indicates whether Metrics are enabled.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTableBucketPropsMixin.MetricsConfigurationProperty>- Returns:
- a new instance of
CfnTableBucketPropsMixin.MetricsConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-