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.
|
DisconnectSourceServerResponse.Builder |
replicationDirection(ReplicationDirection replicationDirection)
Replication direction of the Source Server.
|
DisconnectSourceServerResponse.Builder |
replicationDirection(String replicationDirection)
Replication direction of the Source Server.
|
DisconnectSourceServerResponse.Builder |
reversedDirectionSourceServerArn(String reversedDirectionSourceServerArn)
For EC2-originated Source Servers which have been failed over and then failed back, this value will mean the
ARN of the Source Server on the opposite replication direction.
|
default DisconnectSourceServerResponse.Builder |
sourceCloudProperties(Consumer<SourceCloudProperties.Builder> sourceCloudProperties)
Source cloud properties of the Source Server.
|
DisconnectSourceServerResponse.Builder |
sourceCloudProperties(SourceCloudProperties sourceCloudProperties)
Source cloud properties of the Source Server.
|
DisconnectSourceServerResponse.Builder |
sourceNetworkID(String sourceNetworkID)
ID of the Source Network which is protecting this Source Server's network.
|
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 replicationDirection(String replicationDirection)
Replication direction of the Source Server.
replicationDirection - Replication direction of the Source Server.ReplicationDirection,
ReplicationDirectionDisconnectSourceServerResponse.Builder replicationDirection(ReplicationDirection replicationDirection)
Replication direction of the Source Server.
replicationDirection - Replication direction of the Source Server.ReplicationDirection,
ReplicationDirectionDisconnectSourceServerResponse.Builder reversedDirectionSourceServerArn(String reversedDirectionSourceServerArn)
For EC2-originated Source Servers which have been failed over and then failed back, this value will mean the ARN of the Source Server on the opposite replication direction.
reversedDirectionSourceServerArn - For EC2-originated Source Servers which have been failed over and then failed back, this value will
mean the ARN of the Source Server on the opposite replication direction.DisconnectSourceServerResponse.Builder sourceCloudProperties(SourceCloudProperties sourceCloudProperties)
Source cloud properties of the Source Server.
sourceCloudProperties - Source cloud properties of the Source Server.default DisconnectSourceServerResponse.Builder sourceCloudProperties(Consumer<SourceCloudProperties.Builder> sourceCloudProperties)
Source cloud properties of the Source Server.
This is a convenience method that creates an instance of theSourceCloudProperties.Builder avoiding
the need to create one manually via SourceCloudProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sourceCloudProperties(SourceCloudProperties).
sourceCloudProperties - a consumer that will call methods on SourceCloudProperties.BuildersourceCloudProperties(SourceCloudProperties)DisconnectSourceServerResponse.Builder sourceNetworkID(String sourceNetworkID)
ID of the Source Network which is protecting this Source Server's network.
sourceNetworkID - ID of the Source Network which is protecting this Source Server's network.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 © 2023. All rights reserved.