Interface JobStep.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<JobStep.Builder,,JobStep> SdkBuilder<JobStep.Builder,,JobStep> SdkPojo
- Enclosing class:
 JobStep
- 
Method Summary
Modifier and TypeMethodDescriptionprocStepName(String procStepName) The name of a procedure step.procStepNumber(Integer procStepNumber) The number of a procedure step.stepCondCode(String stepCondCode) The condition code of a step.The name of a step.stepNumber(Integer stepNumber) The number of a step.stepRestartable(Boolean stepRestartable) Specifies if a step can be restarted or not.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
- 
procStepName
The name of a procedure step.
- Parameters:
 procStepName- The name of a procedure step.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
procStepNumber
The number of a procedure step.
- Parameters:
 procStepNumber- The number of a procedure step.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stepCondCode
The condition code of a step.
- Parameters:
 stepCondCode- The condition code of a step.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stepName
The name of a step.
- Parameters:
 stepName- The name of a step.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stepNumber
The number of a step.
- Parameters:
 stepNumber- The number of a step.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stepRestartable
Specifies if a step can be restarted or not.
- Parameters:
 stepRestartable- Specifies if a step can be restarted or not.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -