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