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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ModifyReplicationSubnetGroupResponse.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.Builder
replicationSubnetGroup(ReplicationSubnetGroup)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.