CopyableBuilder<ModifyReplicationSubnetGroupRequest.Builder,ModifyReplicationSubnetGroupRequest>, SdkBuilder<ModifyReplicationSubnetGroupRequest.Builder,ModifyReplicationSubnetGroupRequest>public static interface ModifyReplicationSubnetGroupRequest.Builder extends CopyableBuilder<ModifyReplicationSubnetGroupRequest.Builder,ModifyReplicationSubnetGroupRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ModifyReplicationSubnetGroupRequest.Builder |
replicationSubnetGroupDescription(String replicationSubnetGroupDescription) |
The description of the replication instance subnet group.
|
ModifyReplicationSubnetGroupRequest.Builder |
replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier) |
The name of the replication instance subnet group.
|
ModifyReplicationSubnetGroupRequest.Builder |
subnetIds(String... subnetIds) |
A list of subnet IDs.
|
ModifyReplicationSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds) |
A list of subnet IDs.
|
copyapply, buildModifyReplicationSubnetGroupRequest.Builder replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
The name of the replication instance subnet group.
replicationSubnetGroupIdentifier - The name of the replication instance subnet group.ModifyReplicationSubnetGroupRequest.Builder replicationSubnetGroupDescription(String replicationSubnetGroupDescription)
The description of the replication instance subnet group.
replicationSubnetGroupDescription - The description of the replication instance subnet group.ModifyReplicationSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs.
subnetIds - A list of subnet IDs.ModifyReplicationSubnetGroupRequest.Builder subnetIds(String... subnetIds)
A list of subnet IDs.
NOTE: This method appends the values to the existing list (if any). Use
#setSubnetIds(java.util.Collection) or #withSubnetIds(java.util.Collection) if you want to
override the existing values.
subnetIds - A list of subnet IDs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.