public static interface StepStateChangeReason.Builder extends SdkPojo, CopyableBuilder<StepStateChangeReason.Builder,StepStateChangeReason>
Modifier and Type | Method and Description |
---|---|
StepStateChangeReason.Builder |
code(StepStateChangeReasonCode code)
The programmable code for the state change reason.
|
StepStateChangeReason.Builder |
code(String code)
The programmable code for the state change reason.
|
StepStateChangeReason.Builder |
message(String message)
The descriptive message for the state change reason.
|
copy
applyMutation, build
StepStateChangeReason.Builder code(String code)
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
code
- The programmable code for the state change reason. Note: Currently, the service provides no code for
the state change.StepStateChangeReasonCode
,
StepStateChangeReasonCode
StepStateChangeReason.Builder code(StepStateChangeReasonCode code)
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
code
- The programmable code for the state change reason. Note: Currently, the service provides no code for
the state change.StepStateChangeReasonCode
,
StepStateChangeReasonCode
StepStateChangeReason.Builder message(String message)
The descriptive message for the state change reason.
message
- The descriptive message for the state change reason.Copyright © 2019. All rights reserved.