Interface ClusterOperationStep.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ClusterOperationStep.Builder,,ClusterOperationStep> SdkBuilder<ClusterOperationStep.Builder,,ClusterOperationStep> SdkPojo
- Enclosing class:
 ClusterOperationStep
public static interface ClusterOperationStep.Builder
extends SdkPojo, CopyableBuilder<ClusterOperationStep.Builder,ClusterOperationStep> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault ClusterOperationStep.BuilderstepInfo(Consumer<ClusterOperationStepInfo.Builder> stepInfo) Information about the step and its status.stepInfo(ClusterOperationStepInfo stepInfo) Information about the step and its status.The name of the step.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
stepInfo
Information about the step and its status.
- Parameters:
 stepInfo-Information about the step and its status.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stepInfo
Information about the step and its status.
This is a convenience method that creates an instance of theClusterOperationStepInfo.Builderavoiding the need to create one manually viaClusterOperationStepInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostepInfo(ClusterOperationStepInfo).- Parameters:
 stepInfo- a consumer that will call methods onClusterOperationStepInfo.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
stepName
The name of the step.
- Parameters:
 stepName-The name of the step.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -