Interface BatchReplaceClusterNodeLogicalIdsError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchReplaceClusterNodeLogicalIdsError.Builder,,BatchReplaceClusterNodeLogicalIdsError> SdkBuilder<BatchReplaceClusterNodeLogicalIdsError.Builder,,BatchReplaceClusterNodeLogicalIdsError> SdkPojo
- Enclosing class:
BatchReplaceClusterNodeLogicalIdsError
-
Method Summary
Modifier and TypeMethodDescriptionThe error code associated with the error encountered when replacing a node by logical node ID.errorCode(BatchReplaceClusterNodesErrorCode errorCode) The error code associated with the error encountered when replacing a node by logical node ID.A human-readable message describing the error encountered when replacing a node by logical node ID.nodeLogicalId(String nodeLogicalId) The logical node ID of the node that encountered an error during the replacement operation.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
-
nodeLogicalId
The logical node ID of the node that encountered an error during the replacement operation.
- Parameters:
nodeLogicalId- The logical node ID of the node that encountered an error during the replacement operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The error code associated with the error encountered when replacing a node by logical node ID.
Possible values:
-
InstanceIdNotFound: The node does not exist in the specified cluster. -
InvalidInstanceStatus: The node is in a state that does not allow replacement. Wait for the node to finish any ongoing changes before retrying. -
InstanceIdInUse: Another operation is already in progress for this node. Wait for the operation to complete before retrying. -
InternalServerError: An internal error occurred while processing this node.
- Parameters:
errorCode- The error code associated with the error encountered when replacing a node by logical node ID.Possible values:
-
InstanceIdNotFound: The node does not exist in the specified cluster. -
InvalidInstanceStatus: The node is in a state that does not allow replacement. Wait for the node to finish any ongoing changes before retrying. -
InstanceIdInUse: Another operation is already in progress for this node. Wait for the operation to complete before retrying. -
InternalServerError: An internal error occurred while processing this node.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
errorCode
BatchReplaceClusterNodeLogicalIdsError.Builder errorCode(BatchReplaceClusterNodesErrorCode errorCode) The error code associated with the error encountered when replacing a node by logical node ID.
Possible values:
-
InstanceIdNotFound: The node does not exist in the specified cluster. -
InvalidInstanceStatus: The node is in a state that does not allow replacement. Wait for the node to finish any ongoing changes before retrying. -
InstanceIdInUse: Another operation is already in progress for this node. Wait for the operation to complete before retrying. -
InternalServerError: An internal error occurred while processing this node.
- Parameters:
errorCode- The error code associated with the error encountered when replacing a node by logical node ID.Possible values:
-
InstanceIdNotFound: The node does not exist in the specified cluster. -
InvalidInstanceStatus: The node is in a state that does not allow replacement. Wait for the node to finish any ongoing changes before retrying. -
InstanceIdInUse: Another operation is already in progress for this node. Wait for the operation to complete before retrying. -
InternalServerError: An internal error occurred while processing this node.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
message
A human-readable message describing the error encountered when replacing a node by logical node ID.
- Parameters:
message- A human-readable message describing the error encountered when replacing a node by logical node ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-