Interface WorkflowState.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkflowState.Builder,
,WorkflowState> SdkBuilder<WorkflowState.Builder,
,WorkflowState> SdkPojo
- Enclosing class:
WorkflowState
public static interface WorkflowState.Builder
extends SdkPojo, CopyableBuilder<WorkflowState.Builder,WorkflowState>
-
Method Summary
Modifier and TypeMethodDescriptionDescribes how or why the workflow changed state.The current state of the workflow.status
(WorkflowStatus status) The current state of the workflow.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
-
status
The current state of the workflow.
- Parameters:
status
- The current state of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current state of the workflow.
- Parameters:
status
- The current state of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
Describes how or why the workflow changed state.
- Parameters:
reason
- Describes how or why the workflow changed state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-