Interface InstanceStateChangeReason.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InstanceStateChangeReason.Builder,
,InstanceStateChangeReason> SdkBuilder<InstanceStateChangeReason.Builder,
,InstanceStateChangeReason> SdkPojo
- Enclosing class:
InstanceStateChangeReason
public static interface InstanceStateChangeReason.Builder
extends SdkPojo, CopyableBuilder<InstanceStateChangeReason.Builder,InstanceStateChangeReason>
-
Method Summary
Modifier and TypeMethodDescriptionThe programmable code for the state change reason.The programmable code for the state change reason.The status change reason description.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
code
The programmable code for the state change reason.
- Parameters:
code
- The programmable code for the state change reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The programmable code for the state change reason.
- Parameters:
code
- The programmable code for the state change reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
The status change reason description.
- Parameters:
message
- The status change reason description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-