Interface BatchDeleteClusterNodesError.Builder

  • Method Details

    • code

      The error code associated with the error encountered when deleting a node.

      The code provides information about the specific issue encountered, such as the node not being found, the node's status being invalid for deletion, or the node ID being in use by another process.

      Parameters:
      code - The error code associated with the error encountered when deleting a node.

      The code provides information about the specific issue encountered, such as the node not being found, the node's status being invalid for deletion, or the node ID being in use by another process.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      The error code associated with the error encountered when deleting a node.

      The code provides information about the specific issue encountered, such as the node not being found, the node's status being invalid for deletion, or the node ID being in use by another process.

      Parameters:
      code - The error code associated with the error encountered when deleting a node.

      The code provides information about the specific issue encountered, such as the node not being found, the node's status being invalid for deletion, or the node ID being in use by another process.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      A message describing the error encountered when deleting a node.

      Parameters:
      message - A message describing the error encountered when deleting a node.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodeId

      The ID of the node that encountered an error during the deletion process.

      Parameters:
      nodeId - The ID of the node that encountered an error during the deletion process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.