public static interface InstanceStateChangeReason.Builder extends CopyableBuilder<InstanceStateChangeReason.Builder,InstanceStateChangeReason>
| Modifier and Type | Method and Description |
|---|---|
InstanceStateChangeReason.Builder |
code(InstanceStateChangeReasonCode code)
The programmable code for the state change reason.
|
InstanceStateChangeReason.Builder |
code(String code)
The programmable code for the state change reason.
|
InstanceStateChangeReason.Builder |
message(String message)
The status change reason description.
|
copyapply, buildInstanceStateChangeReason.Builder code(String code)
The programmable code for the state change reason.
code - The programmable code for the state change reason.InstanceStateChangeReasonCode,
InstanceStateChangeReasonCodeInstanceStateChangeReason.Builder code(InstanceStateChangeReasonCode code)
The programmable code for the state change reason.
code - The programmable code for the state change reason.InstanceStateChangeReasonCode,
InstanceStateChangeReasonCodeInstanceStateChangeReason.Builder message(String message)
The status change reason description.
message - The status change reason description.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.