RecoveryInstance.Builder |
RecoveryInstance.Builder.agentVersion(String agentVersion) |
The version of the DRS agent installed on the recovery instance
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.arn(String arn) |
The ARN of the Recovery Instance.
|
static RecoveryInstance.Builder |
RecoveryInstance.builder() |
|
default RecoveryInstance.Builder |
RecoveryInstance.Builder.dataReplicationInfo(Consumer<RecoveryInstanceDataReplicationInfo.Builder> dataReplicationInfo) |
The Data Replication Info of the Recovery Instance.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.dataReplicationInfo(RecoveryInstanceDataReplicationInfo dataReplicationInfo) |
The Data Replication Info of the Recovery Instance.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.ec2InstanceID(String ec2InstanceID) |
The EC2 instance ID of the Recovery Instance.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.ec2InstanceState(String ec2InstanceState) |
The state of the EC2 instance for this Recovery Instance.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.ec2InstanceState(EC2InstanceState ec2InstanceState) |
The state of the EC2 instance for this Recovery Instance.
|
default RecoveryInstance.Builder |
RecoveryInstance.Builder.failback(Consumer<RecoveryInstanceFailback.Builder> failback) |
An object representing failback related information of the Recovery Instance.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.failback(RecoveryInstanceFailback failback) |
An object representing failback related information of the Recovery Instance.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.isDrill(Boolean isDrill) |
Whether this Recovery Instance was created for a drill or for an actual Recovery event.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.jobID(String jobID) |
The ID of the Job that created the Recovery Instance.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.originAvailabilityZone(String originAvailabilityZone) |
AWS availability zone associated with the recovery instance.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.originEnvironment(String originEnvironment) |
Environment (On Premises / AWS) of the instance that the recovery instance originated from.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.originEnvironment(OriginEnvironment originEnvironment) |
Environment (On Premises / AWS) of the instance that the recovery instance originated from.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.pointInTimeSnapshotDateTime(String pointInTimeSnapshotDateTime) |
The date and time of the Point in Time (PIT) snapshot that this Recovery Instance was launched from.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.recoveryInstanceID(String recoveryInstanceID) |
The ID of the Recovery Instance.
|
default RecoveryInstance.Builder |
RecoveryInstance.Builder.recoveryInstanceProperties(Consumer<RecoveryInstanceProperties.Builder> recoveryInstanceProperties) |
Properties of the Recovery Instance machine.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.recoveryInstanceProperties(RecoveryInstanceProperties recoveryInstanceProperties) |
Properties of the Recovery Instance machine.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.sourceOutpostArn(String sourceOutpostArn) |
The ARN of the source Outpost
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.sourceServerID(String sourceServerID) |
The Source Server ID that this Recovery Instance is associated with.
|
RecoveryInstance.Builder |
RecoveryInstance.Builder.tags(Map<String,String> tags) |
An array of tags that are associated with the Recovery Instance.
|
RecoveryInstance.Builder |
RecoveryInstance.toBuilder() |
|