Interface UnprocessedCluster.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UnprocessedCluster.Builder,UnprocessedCluster>,SdkBuilder<UnprocessedCluster.Builder,UnprocessedCluster>,SdkPojo
- Enclosing class:
- UnprocessedCluster
public static interface UnprocessedCluster.Builder extends SdkPojo, CopyableBuilder<UnprocessedCluster.Builder,UnprocessedCluster>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnprocessedCluster.BuilderclusterName(String clusterName)The name of the clusterUnprocessedCluster.BuildererrorMessage(String errorMessage)The error message associated with the update failureUnprocessedCluster.BuildererrorType(String errorType)The error type associated with the update failure-
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
-
clusterName
UnprocessedCluster.Builder clusterName(String clusterName)
The name of the cluster
- Parameters:
clusterName- The name of the cluster- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorType
UnprocessedCluster.Builder errorType(String errorType)
The error type associated with the update failure
- Parameters:
errorType- The error type associated with the update failure- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
UnprocessedCluster.Builder errorMessage(String errorMessage)
The error message associated with the update failure
- Parameters:
errorMessage- The error message associated with the update failure- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-