public static interface RetryDataReplicationResponse.Builder extends MgnResponse.Builder, SdkPojo, CopyableBuilder<RetryDataReplicationResponse.Builder,RetryDataReplicationResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRetryDataReplicationResponse.Builder arn(String arn)
Source server ARN.
arn - Source server ARN.RetryDataReplicationResponse.Builder dataReplicationInfo(DataReplicationInfo dataReplicationInfo)
Source server data replication info.
dataReplicationInfo - Source server data replication info.default RetryDataReplicationResponse.Builder dataReplicationInfo(Consumer<DataReplicationInfo.Builder> dataReplicationInfo)
Source server data replication info.
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)RetryDataReplicationResponse.Builder isArchived(Boolean isArchived)
Source server archived status.
isArchived - Source server archived status.RetryDataReplicationResponse.Builder launchedInstance(LaunchedInstance launchedInstance)
Source server launched instance.
launchedInstance - Source server launched instance.default RetryDataReplicationResponse.Builder launchedInstance(Consumer<LaunchedInstance.Builder> launchedInstance)
Source server launched instance.
This is a convenience method that creates an instance of theLaunchedInstance.Builder avoiding the
need to create one manually via LaunchedInstance.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to launchedInstance(LaunchedInstance).
launchedInstance - a consumer that will call methods on LaunchedInstance.BuilderlaunchedInstance(LaunchedInstance)RetryDataReplicationResponse.Builder lifeCycle(LifeCycle lifeCycle)
Source server lifecycle state.
lifeCycle - Source server lifecycle state.default RetryDataReplicationResponse.Builder lifeCycle(Consumer<LifeCycle.Builder> lifeCycle)
Source server lifecycle state.
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)RetryDataReplicationResponse.Builder replicationType(String replicationType)
Source server replication type.
replicationType - Source server replication type.ReplicationType,
ReplicationTypeRetryDataReplicationResponse.Builder replicationType(ReplicationType replicationType)
Source server replication type.
replicationType - Source server replication type.ReplicationType,
ReplicationTypeRetryDataReplicationResponse.Builder sourceProperties(SourceProperties sourceProperties)
Source server properties.
sourceProperties - Source server properties.default RetryDataReplicationResponse.Builder sourceProperties(Consumer<SourceProperties.Builder> sourceProperties)
Source server properties.
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)RetryDataReplicationResponse.Builder sourceServerID(String sourceServerID)
Source server ID.
sourceServerID - Source server ID.RetryDataReplicationResponse.Builder tags(Map<String,String> tags)
Source server Tags.
tags - Source server Tags.RetryDataReplicationResponse.Builder vcenterClientID(String vcenterClientID)
Source server vCenter client id.
vcenterClientID - Source server vCenter client id.Copyright © 2022. All rights reserved.