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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
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.
|
buildrequestOverrideConfigcopyapply, 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.ModifyReplicationSubnetGroupRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.