public static interface CreateReplicationSubnetGroupResponse.Builder extends DatabaseMigrationResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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.