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