public static interface StartReplicationResponse.Builder extends DrsResponse.Builder, SdkPojo, CopyableBuilder<StartReplicationResponse.Builder,StartReplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartReplicationResponse.Builder |
sourceServer(Consumer<SourceServer.Builder> sourceServer)
The Source Server that this action was targeted on.
|
StartReplicationResponse.Builder |
sourceServer(SourceServer sourceServer)
The Source Server that this action was targeted on.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartReplicationResponse.Builder sourceServer(SourceServer sourceServer)
The Source Server that this action was targeted on.
sourceServer - The Source Server that this action was targeted on.default StartReplicationResponse.Builder sourceServer(Consumer<SourceServer.Builder> sourceServer)
The Source Server that this action was targeted on.
This is a convenience method that creates an instance of theSourceServer.Builder avoiding the need
to create one manually via SourceServer.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sourceServer(SourceServer).
sourceServer - a consumer that will call methods on SourceServer.BuildersourceServer(SourceServer)Copyright © 2023. All rights reserved.