public static interface DisconnectSourceServerResponse.Builder extends DrsResponse.Builder, SdkPojo, CopyableBuilder<DisconnectSourceServerResponse.Builder,DisconnectSourceServerResponse>
| Modifier and Type | Method and Description |
|---|---|
DisconnectSourceServerResponse.Builder |
arn(String arn)
The ARN of the Source Server.
|
default DisconnectSourceServerResponse.Builder |
dataReplicationInfo(Consumer<DataReplicationInfo.Builder> dataReplicationInfo)
The Data Replication Info of the Source Server.
|
DisconnectSourceServerResponse.Builder |
dataReplicationInfo(DataReplicationInfo dataReplicationInfo)
The Data Replication Info of the Source Server.
|
DisconnectSourceServerResponse.Builder |
lastLaunchResult(LastLaunchResult lastLaunchResult)
The status of the last recovery launch of this Source Server.
|
DisconnectSourceServerResponse.Builder |
lastLaunchResult(String lastLaunchResult)
The status of the last recovery launch of this Source Server.
|
default DisconnectSourceServerResponse.Builder |
lifeCycle(Consumer<LifeCycle.Builder> lifeCycle)
The lifecycle information of this Source Server.
|
DisconnectSourceServerResponse.Builder |
lifeCycle(LifeCycle lifeCycle)
The lifecycle information of this Source Server.
|
DisconnectSourceServerResponse.Builder |
recoveryInstanceId(String recoveryInstanceId)
The ID of the Recovery Instance associated with this Source Server.
|
default DisconnectSourceServerResponse.Builder |
sourceProperties(Consumer<SourceProperties.Builder> sourceProperties)
The source properties of the Source Server.
|
DisconnectSourceServerResponse.Builder |
sourceProperties(SourceProperties sourceProperties)
The source properties of the Source Server.
|
DisconnectSourceServerResponse.Builder |
sourceServerID(String sourceServerID)
The ID of the Source Server.
|
default DisconnectSourceServerResponse.Builder |
stagingArea(Consumer<StagingArea.Builder> stagingArea)
The staging area of the source server.
|
DisconnectSourceServerResponse.Builder |
stagingArea(StagingArea stagingArea)
The staging area of the source server.
|
DisconnectSourceServerResponse.Builder |
tags(Map<String,String> tags)
The tags associated with the Source Server.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisconnectSourceServerResponse.Builder arn(String arn)
The ARN of the Source Server.
arn - The ARN of the Source Server.DisconnectSourceServerResponse.Builder dataReplicationInfo(DataReplicationInfo dataReplicationInfo)
The Data Replication Info of the Source Server.
dataReplicationInfo - The Data Replication Info of the Source Server.default DisconnectSourceServerResponse.Builder dataReplicationInfo(Consumer<DataReplicationInfo.Builder> dataReplicationInfo)
The Data Replication Info of the Source Server.
This is a convenience method that creates an instance of theDataReplicationInfo.Builder avoiding the
need to create one manually via DataReplicationInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dataReplicationInfo(DataReplicationInfo).
dataReplicationInfo - a consumer that will call methods on DataReplicationInfo.BuilderdataReplicationInfo(DataReplicationInfo)DisconnectSourceServerResponse.Builder lastLaunchResult(String lastLaunchResult)
The status of the last recovery launch of this Source Server.
lastLaunchResult - The status of the last recovery launch of this Source Server.LastLaunchResult,
LastLaunchResultDisconnectSourceServerResponse.Builder lastLaunchResult(LastLaunchResult lastLaunchResult)
The status of the last recovery launch of this Source Server.
lastLaunchResult - The status of the last recovery launch of this Source Server.LastLaunchResult,
LastLaunchResultDisconnectSourceServerResponse.Builder lifeCycle(LifeCycle lifeCycle)
The lifecycle information of this Source Server.
lifeCycle - The lifecycle information of this Source Server.default DisconnectSourceServerResponse.Builder lifeCycle(Consumer<LifeCycle.Builder> lifeCycle)
The lifecycle information of this Source Server.
This is a convenience method that creates an instance of theLifeCycle.Builder avoiding the need to
create one manually via LifeCycle.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to lifeCycle(LifeCycle).
lifeCycle - a consumer that will call methods on LifeCycle.BuilderlifeCycle(LifeCycle)DisconnectSourceServerResponse.Builder recoveryInstanceId(String recoveryInstanceId)
The ID of the Recovery Instance associated with this Source Server.
recoveryInstanceId - The ID of the Recovery Instance associated with this Source Server.DisconnectSourceServerResponse.Builder sourceProperties(SourceProperties sourceProperties)
The source properties of the Source Server.
sourceProperties - The source properties of the Source Server.default DisconnectSourceServerResponse.Builder sourceProperties(Consumer<SourceProperties.Builder> sourceProperties)
The source properties of the Source Server.
This is a convenience method that creates an instance of theSourceProperties.Builder avoiding the
need to create one manually via SourceProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sourceProperties(SourceProperties).
sourceProperties - a consumer that will call methods on SourceProperties.BuildersourceProperties(SourceProperties)DisconnectSourceServerResponse.Builder sourceServerID(String sourceServerID)
The ID of the Source Server.
sourceServerID - The ID of the Source Server.DisconnectSourceServerResponse.Builder stagingArea(StagingArea stagingArea)
The staging area of the source server.
stagingArea - The staging area of the source server.default DisconnectSourceServerResponse.Builder stagingArea(Consumer<StagingArea.Builder> stagingArea)
The staging area of the source server.
This is a convenience method that creates an instance of theStagingArea.Builder avoiding the need to
create one manually via StagingArea.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to stagingArea(StagingArea).
stagingArea - a consumer that will call methods on StagingArea.BuilderstagingArea(StagingArea)DisconnectSourceServerResponse.Builder tags(Map<String,String> tags)
The tags associated with the Source Server.
tags - The tags associated with the Source Server.Copyright © 2022. All rights reserved.