Interface InstanceGroupStateChangeReason.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InstanceGroupStateChangeReason.Builder,,- InstanceGroupStateChangeReason> - SdkBuilder<InstanceGroupStateChangeReason.Builder,,- InstanceGroupStateChangeReason> - SdkPojo
- Enclosing class:
- InstanceGroupStateChangeReason
@Mutable
@NotThreadSafe
public static interface InstanceGroupStateChangeReason.Builder
extends SdkPojo, CopyableBuilder<InstanceGroupStateChangeReason.Builder,InstanceGroupStateChangeReason> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
codeThe 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:
 
- 
codeThe 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:
 
- 
messageThe 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.
 
 
-