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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterStateChangeReason.Buildercode(String code)The programmatic code for the state change reason.ClusterStateChangeReason.Buildercode(ClusterStateChangeReasonCode code)The programmatic code for the state change reason.ClusterStateChangeReason.Buildermessage(String message)The descriptive message for the state change reason.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
code
ClusterStateChangeReason.Builder code(String 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:
ClusterStateChangeReasonCode,ClusterStateChangeReasonCode
-
code
ClusterStateChangeReason.Builder code(ClusterStateChangeReasonCode 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:
ClusterStateChangeReasonCode,ClusterStateChangeReasonCode
-
message
ClusterStateChangeReason.Builder message(String 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.
-
-