public static interface StartReplicationResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<StartReplicationResponse.Builder,StartReplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartReplicationResponse.Builder |
replication(Consumer<Replication.Builder> replication)
The replication that DMS started.
|
StartReplicationResponse.Builder |
replication(Replication replication)
The replication that DMS started.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartReplicationResponse.Builder replication(Replication replication)
The replication that DMS started.
replication - The replication that DMS started.default StartReplicationResponse.Builder replication(Consumer<Replication.Builder> replication)
The replication that DMS started.
This is a convenience method that creates an instance of theReplication.Builder avoiding the need to
create one manually via Replication.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to replication(Replication).
replication - a consumer that will call methods on Replication.Builderreplication(Replication)Copyright © 2023. All rights reserved.