public static interface StepStateChangeReason.Builder extends 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.
|
copyapply, buildStepStateChangeReason.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,
StepStateChangeReasonCodeStepStateChangeReason.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,
StepStateChangeReasonCodeStepStateChangeReason.Builder message(String message)
The descriptive message for the state change reason.
message - The descriptive message for the state change reason.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.