CopyableBuilder<StepStateChangeReason.Builder,StepStateChangeReason>, SdkBuilder<StepStateChangeReason.Builder,StepStateChangeReason>public static interface StepStateChangeReason.Builder extends CopyableBuilder<StepStateChangeReason.Builder,StepStateChangeReason>
| Modifier and Type | Method | Description |
|---|---|---|
StepStateChangeReason.Builder |
code(String code) |
The programmable code for the state change reason.
|
StepStateChangeReason.Builder |
code(StepStateChangeReasonCode 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.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.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.