Interface DataReplicationInitiationStep.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataReplicationInitiationStep.Builder,
,DataReplicationInitiationStep> SdkBuilder<DataReplicationInitiationStep.Builder,
,DataReplicationInitiationStep> SdkPojo
- Enclosing class:
DataReplicationInitiationStep
@Mutable
@NotThreadSafe
public static interface DataReplicationInitiationStep.Builder
extends SdkPojo, CopyableBuilder<DataReplicationInitiationStep.Builder,DataReplicationInitiationStep>
-
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, sdkFieldNameToField, 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
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
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:
-