public static interface ModifyReplicationSubnetGroupRequest.Builder extends DatabaseMigrationRequest.Builder, CopyableBuilder<ModifyReplicationSubnetGroupRequest.Builder,ModifyReplicationSubnetGroupRequest>
| Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ModifyReplicationSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds)
A list of subnet IDs.
|
ModifyReplicationSubnetGroupRequest.Builder |
subnetIds(String... subnetIds)
A list of subnet IDs.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.
subnetIds - A list of subnet IDs.ModifyReplicationSubnetGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.