Class CfnBucketPropsMixin.MetadataTableConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.MetadataTableConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBucketPropsMixin.MetadataTableConfigurationProperty>
- Enclosing interface:
CfnBucketPropsMixin.MetadataTableConfigurationProperty
@Stability(Stable)
public static final class CfnBucketPropsMixin.MetadataTableConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBucketPropsMixin.MetadataTableConfigurationProperty>
A builder for
CfnBucketPropsMixin.MetadataTableConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3TablesDestination(CfnBucketPropsMixin.S3TablesDestinationProperty s3TablesDestination) s3TablesDestination(IResolvable s3TablesDestination)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3TablesDestination
@Stability(Stable) public CfnBucketPropsMixin.MetadataTableConfigurationProperty.Builder s3TablesDestination(IResolvable s3TablesDestination) - Parameters:
s3TablesDestination- The destination information for the metadata table configuration. The destination table bucket must be in the same Region and AWS account as the general purpose bucket. The specified metadata table name must be unique within theaws_s3_metadatanamespace in the destination table bucket.- Returns:
this
-
s3TablesDestination
@Stability(Stable) public CfnBucketPropsMixin.MetadataTableConfigurationProperty.Builder s3TablesDestination(CfnBucketPropsMixin.S3TablesDestinationProperty s3TablesDestination) - Parameters:
s3TablesDestination- The destination information for the metadata table configuration. The destination table bucket must be in the same Region and AWS account as the general purpose bucket. The specified metadata table name must be unique within theaws_s3_metadatanamespace in the destination table bucket.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBucketPropsMixin.MetadataTableConfigurationProperty>- Returns:
- a new instance of
CfnBucketPropsMixin.MetadataTableConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-