Interface ParentStepDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ParentStepDetails.Builder,
,ParentStepDetails> SdkBuilder<ParentStepDetails.Builder,
,ParentStepDetails> SdkPojo
- Enclosing class:
ParentStepDetails
public static interface ParentStepDetails.Builder
extends SdkPojo, CopyableBuilder<ParentStepDetails.Builder,ParentStepDetails>
-
Method Summary
Modifier 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.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
-
stepExecutionId
The 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.
-
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.
-
action
The 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.
-
iteration
The 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.
-
iteratorValue
The 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.
-