Interface ClusterStateChangeReason.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ClusterStateChangeReason.Builder,,ClusterStateChangeReason> SdkBuilder<ClusterStateChangeReason.Builder,,ClusterStateChangeReason> SdkPojo
- Enclosing class:
 ClusterStateChangeReason
public static interface ClusterStateChangeReason.Builder
extends SdkPojo, CopyableBuilder<ClusterStateChangeReason.Builder,ClusterStateChangeReason> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe programmatic code for the state change reason.The programmatic code for the state change reason.The descriptive message for the state change reason.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 programmatic code for the state change reason.
- Parameters:
 code- The programmatic 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 programmatic code for the state change reason.
- Parameters:
 code- The programmatic 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 descriptive message for the state change reason.
- Parameters:
 message- The descriptive message for the state change reason.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -