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