Interface BatchDeleteClusterNodesError.Builder

    • Method Detail

      • code

        BatchDeleteClusterNodesError.Builder code​(String 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:
        BatchDeleteClusterNodesErrorCode, BatchDeleteClusterNodesErrorCode
      • code

        BatchDeleteClusterNodesError.Builder code​(BatchDeleteClusterNodesErrorCode 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:
        BatchDeleteClusterNodesErrorCode, BatchDeleteClusterNodesErrorCode
      • message

        BatchDeleteClusterNodesError.Builder message​(String 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

        BatchDeleteClusterNodesError.Builder nodeId​(String 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.