CopyableBuilder<ReplicationSubnetGroup.Builder,ReplicationSubnetGroup>, SdkBuilder<ReplicationSubnetGroup.Builder,ReplicationSubnetGroup>public static interface ReplicationSubnetGroup.Builder extends CopyableBuilder<ReplicationSubnetGroup.Builder,ReplicationSubnetGroup>
| Modifier and Type | Method | Description |
|---|---|---|
ReplicationSubnetGroup.Builder |
replicationSubnetGroupDescription(String replicationSubnetGroupDescription) |
The description of the replication subnet group.
|
ReplicationSubnetGroup.Builder |
replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier) |
The identifier of the replication instance subnet group.
|
ReplicationSubnetGroup.Builder |
subnetGroupStatus(String subnetGroupStatus) |
The status of the subnet group.
|
ReplicationSubnetGroup.Builder |
subnets(Collection<Subnet> subnets) |
The subnets that are in the subnet group.
|
ReplicationSubnetGroup.Builder |
subnets(Subnet... subnets) |
The subnets that are in the subnet group.
|
ReplicationSubnetGroup.Builder |
vpcId(String vpcId) |
The ID of the VPC.
|
copyapply, buildReplicationSubnetGroup.Builder replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
The identifier of the replication instance subnet group.
replicationSubnetGroupIdentifier - The identifier of the replication instance subnet group.ReplicationSubnetGroup.Builder replicationSubnetGroupDescription(String replicationSubnetGroupDescription)
The description of the replication subnet group.
replicationSubnetGroupDescription - The description of the replication subnet group.ReplicationSubnetGroup.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.ReplicationSubnetGroup.Builder subnetGroupStatus(String subnetGroupStatus)
The status of the subnet group.
subnetGroupStatus - The status of the subnet group.ReplicationSubnetGroup.Builder subnets(Collection<Subnet> subnets)
The subnets that are in the subnet group.
subnets - The subnets that are in the subnet group.ReplicationSubnetGroup.Builder subnets(Subnet... subnets)
The subnets that are in the subnet group.
NOTE: This method appends the values to the existing list (if any). Use
#setSubnets(java.util.Collection) or #withSubnets(java.util.Collection) if you want to
override the existing values.
subnets - The subnets that are in the subnet group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.