Interface RecoveryInstanceDataReplicationInitiationStep.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecoveryInstanceDataReplicationInitiationStep.Builder,
,RecoveryInstanceDataReplicationInitiationStep> SdkBuilder<RecoveryInstanceDataReplicationInitiationStep.Builder,
,RecoveryInstanceDataReplicationInitiationStep> SdkPojo
- Enclosing class:
RecoveryInstanceDataReplicationInitiationStep
public static interface RecoveryInstanceDataReplicationInitiationStep.Builder
extends SdkPojo, CopyableBuilder<RecoveryInstanceDataReplicationInitiationStep.Builder,RecoveryInstanceDataReplicationInitiationStep>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the step.The name of the step.The status of the step.The status of the step.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the step.
- Parameters:
name
- The name of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
RecoveryInstanceDataReplicationInitiationStep.Builder name(RecoveryInstanceDataReplicationInitiationStepName name) The name of the step.
- Parameters:
name
- The name of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the step.
- Parameters:
status
- The status of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
RecoveryInstanceDataReplicationInitiationStep.Builder status(RecoveryInstanceDataReplicationInitiationStepStatus status) The status of the step.
- Parameters:
status
- The status of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-