public static interface StopReplicationResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<StopReplicationResponse.Builder,StopReplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
default StopReplicationResponse.Builder |
replication(Consumer<Replication.Builder> replication)
The replication that DMS stopped.
|
StopReplicationResponse.Builder |
replication(Replication replication)
The replication that DMS stopped.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopReplicationResponse.Builder replication(Replication replication)
The replication that DMS stopped.
replication - The replication that DMS stopped.default StopReplicationResponse.Builder replication(Consumer<Replication.Builder> replication)
The replication that DMS stopped.
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.