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