Interface StepState.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StepState.Builder,
,StepState> SdkBuilder<StepState.Builder,
,StepState> SdkPojo
- Enclosing class:
StepState
@Mutable
@NotThreadSafe
public static interface StepState.Builder
extends SdkPojo, CopyableBuilder<StepState.Builder,StepState>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when a step endeded execution.The name of a step in a workflow.The timestamp when a step started execution.The status of a step in a workflow.status
(StepStatus status) The status of a step in a workflow.The mode for a step execution.stepMode
(ExecutionMode stepMode) The mode for a step execution.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 a step in a workflow.
- Parameters:
name
- The name of a step in a workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of a step in a workflow. For example, a status might be Completed or Pending Approval.
- Parameters:
status
- The status of a step in a workflow. For example, a status might be Completed or Pending Approval.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of a step in a workflow. For example, a status might be Completed or Pending Approval.
- Parameters:
status
- The status of a step in a workflow. For example, a status might be Completed or Pending Approval.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startTime
The timestamp when a step started execution.
- Parameters:
startTime
- The timestamp when a step started execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The timestamp when a step endeded execution.
- Parameters:
endTime
- The timestamp when a step endeded execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepMode
The mode for a step execution. The mode can be Graceful or Ungraceful.
- Parameters:
stepMode
- The mode for a step execution. The mode can be Graceful or Ungraceful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stepMode
The mode for a step execution. The mode can be Graceful or Ungraceful.
- Parameters:
stepMode
- The mode for a step execution. The mode can be Graceful or Ungraceful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-