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