Interface ExecutionStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExecutionStatus.Builder,
,ExecutionStatus> SdkBuilder<ExecutionStatus.Builder,
,ExecutionStatus> SdkPojo
- Enclosing class:
ExecutionStatus
@Mutable
@NotThreadSafe
public static interface ExecutionStatus.Builder
extends SdkPojo, CopyableBuilder<ExecutionStatus.Builder,ExecutionStatus>
-
Method Summary
Modifier and TypeMethodDescriptionThe current state of the computation model.state
(ExecutionState state) The current state of the computation model.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
-
state
The current state of the computation model.
- Parameters:
state
- The current state of the computation model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of the computation model.
- Parameters:
state
- The current state of the computation model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-