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
Modifier and TypeMethodDescriptionclusterName
(String clusterName) The name of the clustererrorMessage
(String errorMessage) The error message associated with the update failureThe error type associated with the update failureMethods 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, sdkFields
-
Method Details
-
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
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
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.
-