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) TheNodeLogicalId
of the node that could not be deleted.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 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
NodeLogicalId
of the node that could not be deleted.- Parameters:
nodeLogicalId
- TheNodeLogicalId
of the node that could not be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-