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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepStateChangeReason.Buildercode(String code)The programmable code for the state change reason.StepStateChangeReason.Buildercode(StepStateChangeReasonCode code)The programmable code for the state change reason.StepStateChangeReason.Buildermessage(String message)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
code
StepStateChangeReason.Builder code(String 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:
StepStateChangeReasonCode,StepStateChangeReasonCode
-
code
StepStateChangeReason.Builder code(StepStateChangeReasonCode 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:
StepStateChangeReasonCode,StepStateChangeReasonCode
-
message
StepStateChangeReason.Builder message(String 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.
-
-