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.
|
copy
apply, build
InstanceGroupStateChangeReason.Builder code(String code)
The programmable code for the state change reason.
code
- The programmable code for the state change reason.InstanceGroupStateChangeReasonCode
InstanceGroupStateChangeReason.Builder code(InstanceGroupStateChangeReasonCode code)
The programmable code for the state change reason.
code
- The programmable code for the state change reason.InstanceGroupStateChangeReasonCode
InstanceGroupStateChangeReason.Builder message(String message)
The status change reason description.
message
- The status change reason description.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.