public static interface StopReplicationResponse.Builder extends DrsResponse.Builder, SdkPojo, CopyableBuilder<StopReplicationResponse.Builder,StopReplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
default StopReplicationResponse.Builder |
sourceServer(Consumer<SourceServer.Builder> sourceServer)
The Source Server that this action was targeted on.
|
StopReplicationResponse.Builder |
sourceServer(SourceServer sourceServer)
The Source Server that this action was targeted on.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopReplicationResponse.Builder sourceServer(SourceServer sourceServer)
The Source Server that this action was targeted on.
sourceServer - The Source Server that this action was targeted on.default StopReplicationResponse.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.