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(Consumer<Subnet.Builder>... 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.ReplicationSubnetGroup.Builder subnets(Consumer<Subnet.Builder>... subnets)
The subnets that are in the subnet group.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #subnets(List) .subnets - a consumer that will call methods on List.Builder #subnets(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.