Interface FinalizeCutoverResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<FinalizeCutoverResponse.Builder,FinalizeCutoverResponse>,MgnResponse.Builder,SdkBuilder<FinalizeCutoverResponse.Builder,FinalizeCutoverResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- FinalizeCutoverResponse
public static interface FinalizeCutoverResponse.Builder extends MgnResponse.Builder, SdkPojo, CopyableBuilder<FinalizeCutoverResponse.Builder,FinalizeCutoverResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mgn.model.MgnResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
applicationID
FinalizeCutoverResponse.Builder applicationID(String applicationID)
Source server application ID.
- Parameters:
applicationID- Source server application ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
FinalizeCutoverResponse.Builder arn(String arn)
Source server ARN.
- Parameters:
arn- Source server ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorAction
FinalizeCutoverResponse.Builder connectorAction(SourceServerConnectorAction connectorAction)
Source Server connector action.
- Parameters:
connectorAction- Source Server connector action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorAction
default FinalizeCutoverResponse.Builder connectorAction(Consumer<SourceServerConnectorAction.Builder> connectorAction)
Source Server connector action.
This is a convenience method that creates an instance of theSourceServerConnectorAction.Builderavoiding the need to create one manually viaSourceServerConnectorAction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconnectorAction(SourceServerConnectorAction).- Parameters:
connectorAction- a consumer that will call methods onSourceServerConnectorAction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
connectorAction(SourceServerConnectorAction)
-
dataReplicationInfo
FinalizeCutoverResponse.Builder dataReplicationInfo(DataReplicationInfo dataReplicationInfo)
Source server data replication info.
- Parameters:
dataReplicationInfo- Source server data replication info.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataReplicationInfo
default FinalizeCutoverResponse.Builder dataReplicationInfo(Consumer<DataReplicationInfo.Builder> dataReplicationInfo)
Source server data replication info.
This is a convenience method that creates an instance of theDataReplicationInfo.Builderavoiding the need to create one manually viaDataReplicationInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataReplicationInfo(DataReplicationInfo).- Parameters:
dataReplicationInfo- a consumer that will call methods onDataReplicationInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataReplicationInfo(DataReplicationInfo)
-
fqdnForActionFramework
FinalizeCutoverResponse.Builder fqdnForActionFramework(String fqdnForActionFramework)
Source server fqdn for action framework.
- Parameters:
fqdnForActionFramework- Source server fqdn for action framework.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isArchived
FinalizeCutoverResponse.Builder isArchived(Boolean isArchived)
Source server archived status.
- Parameters:
isArchived- Source server archived status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchedInstance
FinalizeCutoverResponse.Builder launchedInstance(LaunchedInstance launchedInstance)
Source server launched instance.
- Parameters:
launchedInstance- Source server launched instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchedInstance
default FinalizeCutoverResponse.Builder launchedInstance(Consumer<LaunchedInstance.Builder> launchedInstance)
Source server launched instance.
This is a convenience method that creates an instance of theLaunchedInstance.Builderavoiding the need to create one manually viaLaunchedInstance.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolaunchedInstance(LaunchedInstance).- Parameters:
launchedInstance- a consumer that will call methods onLaunchedInstance.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
launchedInstance(LaunchedInstance)
-
lifeCycle
FinalizeCutoverResponse.Builder lifeCycle(LifeCycle lifeCycle)
Source server lifecycle state.
- Parameters:
lifeCycle- Source server lifecycle state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifeCycle
default FinalizeCutoverResponse.Builder lifeCycle(Consumer<LifeCycle.Builder> lifeCycle)
Source server lifecycle state.
This is a convenience method that creates an instance of theLifeCycle.Builderavoiding the need to create one manually viaLifeCycle.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolifeCycle(LifeCycle).- Parameters:
lifeCycle- a consumer that will call methods onLifeCycle.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lifeCycle(LifeCycle)
-
replicationType
FinalizeCutoverResponse.Builder replicationType(String replicationType)
Source server replication type.
- Parameters:
replicationType- Source server replication type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicationType,ReplicationType
-
replicationType
FinalizeCutoverResponse.Builder replicationType(ReplicationType replicationType)
Source server replication type.
- Parameters:
replicationType- Source server replication type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplicationType,ReplicationType
-
sourceProperties
FinalizeCutoverResponse.Builder sourceProperties(SourceProperties sourceProperties)
Source server properties.
- Parameters:
sourceProperties- Source server properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceProperties
default FinalizeCutoverResponse.Builder sourceProperties(Consumer<SourceProperties.Builder> sourceProperties)
Source server properties.
This is a convenience method that creates an instance of theSourceProperties.Builderavoiding the need to create one manually viaSourceProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceProperties(SourceProperties).- Parameters:
sourceProperties- a consumer that will call methods onSourceProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sourceProperties(SourceProperties)
-
sourceServerID
FinalizeCutoverResponse.Builder sourceServerID(String sourceServerID)
Source server ID.
- Parameters:
sourceServerID- Source server ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
FinalizeCutoverResponse.Builder tags(Map<String,String> tags)
Source server Tags.
- Parameters:
tags- Source server Tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userProvidedID
FinalizeCutoverResponse.Builder userProvidedID(String userProvidedID)
Source server user provided ID.
- Parameters:
userProvidedID- Source server user provided ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vcenterClientID
FinalizeCutoverResponse.Builder vcenterClientID(String vcenterClientID)
Source server vCenter client id.
- Parameters:
vcenterClientID- Source server vCenter client id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-