public static interface CreateReplicationSubnetGroupResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<CreateReplicationSubnetGroupResponse.Builder,CreateReplicationSubnetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateReplicationSubnetGroupResponse.Builder |
replicationSubnetGroup(Consumer<ReplicationSubnetGroup.Builder> replicationSubnetGroup)
The replication subnet group that was created.
|
CreateReplicationSubnetGroupResponse.Builder |
replicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup)
The replication subnet group that was created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateReplicationSubnetGroupResponse.Builder replicationSubnetGroup(ReplicationSubnetGroup replicationSubnetGroup)
The replication subnet group that was created.
replicationSubnetGroup - The replication subnet group that was created.default CreateReplicationSubnetGroupResponse.Builder replicationSubnetGroup(Consumer<ReplicationSubnetGroup.Builder> replicationSubnetGroup)
The replication subnet group that was created.
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.