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.
|
copy
apply, 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
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
StepStateChangeReason.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.