public static interface ModifyReplicationSubnetGroupResponse.Builder extends DatabaseMigrationResponse.Builder, CopyableBuilder<ModifyReplicationSubnetGroupResponse.Builder,ModifyReplicationSubnetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyReplicationSubnetGroupResponse.Builder |
replicationSubnetGroup(Consumer<ReplicationSubnetGroup.Builder> replicationSubnetGroup)
The modified replication subnet group.
|
ModifyReplicationSubnetGroupResponse.Builder |
replicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup)
The modified replication subnet group.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildModifyReplicationSubnetGroupResponse.Builder replicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup)
The modified replication subnet group.
replicationSubnetGroup - The modified replication subnet group.default ModifyReplicationSubnetGroupResponse.Builder replicationSubnetGroup(Consumer<ReplicationSubnetGroup.Builder> replicationSubnetGroup)
The modified replication subnet group.
This is a convenience that creates an instance of theReplicationSubnetGroup.Builder avoiding the
need to create one manually via ReplicationSubnetGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to replicationSubnetGroup(ReplicationSubnetGroup).replicationSubnetGroup - a consumer that will call methods on ReplicationSubnetGroup.BuilderreplicationSubnetGroup(ReplicationSubnetGroup)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.