public static interface ReplicationSubnetGroup.Builder extends CopyableBuilder<ReplicationSubnetGroup.Builder,ReplicationSubnetGroup>
| Modifier and Type | Method and 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.
subnets - The subnets that are in the subnet group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.