public static interface ModifyReplicationSubnetGroupResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 © 2023. All rights reserved.