Interface InstanceGroupStateChangeReason.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InstanceGroupStateChangeReason.Builder,,InstanceGroupStateChangeReason> SdkBuilder<InstanceGroupStateChangeReason.Builder,,InstanceGroupStateChangeReason> SdkPojo
- Enclosing class:
 InstanceGroupStateChangeReason
public static interface InstanceGroupStateChangeReason.Builder
extends SdkPojo, CopyableBuilder<InstanceGroupStateChangeReason.Builder,InstanceGroupStateChangeReason> 
- 
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.
 
 
 -