Interface ParentStepDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ParentStepDetails.Builder,,- ParentStepDetails> - SdkBuilder<ParentStepDetails.Builder,,- ParentStepDetails> - SdkPojo
- Enclosing class:
- ParentStepDetails
@Mutable
@NotThreadSafe
public static interface ParentStepDetails.Builder
extends SdkPojo, CopyableBuilder<ParentStepDetails.Builder,ParentStepDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the automation action.The current repetition of the loop represented by an integer.iteratorValue(String iteratorValue) The current value of the specified iterator in the loop.stepExecutionId(String stepExecutionId) The unique ID of a step execution.The name of the step.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
stepExecutionIdThe unique ID of a step execution. - Parameters:
- stepExecutionId- The unique ID of a step execution.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stepNameThe 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.
 
- 
actionThe name of the automation action. - Parameters:
- action- The name of the automation action.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
iterationThe current repetition of the loop represented by an integer. - Parameters:
- iteration- The current repetition of the loop represented by an integer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
iteratorValueThe current value of the specified iterator in the loop. - Parameters:
- iteratorValue- The current value of the specified iterator in the loop.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-