Interface BatchDeleteClusterNodeLogicalIdsError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeleteClusterNodeLogicalIdsError.Builder,,BatchDeleteClusterNodeLogicalIdsError> SdkBuilder<BatchDeleteClusterNodeLogicalIdsError.Builder,,BatchDeleteClusterNodeLogicalIdsError> SdkPojo
- Enclosing class:
BatchDeleteClusterNodeLogicalIdsError
@Mutable
@NotThreadSafe
public static interface BatchDeleteClusterNodeLogicalIdsError.Builder
extends SdkPojo, CopyableBuilder<BatchDeleteClusterNodeLogicalIdsError.Builder,BatchDeleteClusterNodeLogicalIdsError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code associated with the failure.The error code associated with the failure.A descriptive message providing additional details about the error.nodeLogicalId(String nodeLogicalId) TheNodeLogicalIdof the node that could not be deleted.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, sdkFieldNameToField, sdkFields
-
Method Details
-
code
The error code associated with the failure. Possible values include
NodeLogicalIdNotFound,InvalidNodeStatus, andInternalError.- Parameters:
code- The error code associated with the failure. Possible values includeNodeLogicalIdNotFound,InvalidNodeStatus, andInternalError.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The error code associated with the failure. Possible values include
NodeLogicalIdNotFound,InvalidNodeStatus, andInternalError.- Parameters:
code- The error code associated with the failure. Possible values includeNodeLogicalIdNotFound,InvalidNodeStatus, andInternalError.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A descriptive message providing additional details about the error.
- Parameters:
message- A descriptive message providing additional details about the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeLogicalId
The
NodeLogicalIdof the node that could not be deleted.- Parameters:
nodeLogicalId- TheNodeLogicalIdof the node that could not be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-