Class CfnReplicationSubnetGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.dms.CfnReplicationSubnetGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReplicationSubnetGroupPropsMixin>
- Enclosing class:
CfnReplicationSubnetGroupPropsMixin
@Stability(Stable)
public static final class CfnReplicationSubnetGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReplicationSubnetGroupPropsMixin>
A fluent builder for
CfnReplicationSubnetGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) replicationSubnetGroupDescription(String replicationSubnetGroupDescription) The description for the subnet group.replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier) The identifier for the replication subnet group.One or more subnet IDs to be assigned to the subnet group.One or more tags to be assigned to the subnet group.
-
Method Details
-
create
@Stability(Stable) public static CfnReplicationSubnetGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnReplicationSubnetGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnReplicationSubnetGroupPropsMixin.Builder.
-
replicationSubnetGroupDescription
@Stability(Stable) public CfnReplicationSubnetGroupPropsMixin.Builder replicationSubnetGroupDescription(String replicationSubnetGroupDescription) The description for the subnet group.- Parameters:
replicationSubnetGroupDescription- The description for the subnet group. This parameter is required.- Returns:
this- See Also:
-
replicationSubnetGroupIdentifier
@Stability(Stable) public CfnReplicationSubnetGroupPropsMixin.Builder replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier) The identifier for the replication subnet group.If you don't specify a name, CloudFormation generates a unique ID and uses that ID for the identifier.
- Parameters:
replicationSubnetGroupIdentifier- The identifier for the replication subnet group. This parameter is required.- Returns:
this- See Also:
-
subnetIds
@Stability(Stable) public CfnReplicationSubnetGroupPropsMixin.Builder subnetIds(List<String> subnetIds) One or more subnet IDs to be assigned to the subnet group.- Parameters:
subnetIds- One or more subnet IDs to be assigned to the subnet group. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnReplicationSubnetGroupPropsMixin.Builder tags(List<? extends CfnTag> tags) One or more tags to be assigned to the subnet group.- Parameters:
tags- One or more tags to be assigned to the subnet group. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReplicationSubnetGroupPropsMixin>- Returns:
- a newly built instance of
CfnReplicationSubnetGroupPropsMixin.
-