Interface StepStateChangeReason.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StepStateChangeReason.Builder,
,StepStateChangeReason> SdkBuilder<StepStateChangeReason.Builder,
,StepStateChangeReason> SdkPojo
- Enclosing class:
StepStateChangeReason
public static interface StepStateChangeReason.Builder
extends SdkPojo, CopyableBuilder<StepStateChangeReason.Builder,StepStateChangeReason>
-
Method Summary
Modifier and TypeMethodDescriptionThe programmable code for the state change reason.The programmable code for the state change reason.The descriptive message for the state change reason.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
-
code
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
- Parameters:
code
- The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
- Parameters:
code
- The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
The descriptive message for the state change reason.
- Parameters:
message
- The descriptive message for the state change reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-