Interface BatchRebootClusterNodeLogicalIdsError.Builder

  • Method Details

    • nodeLogicalId

      The logical node ID of the node that encountered an error during the reboot operation.

      Parameters:
      nodeLogicalId - The logical node ID of the node that encountered an error during the reboot 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 rebooting 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 rebooting. 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 rebooting 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 rebooting. 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

      The error code associated with the error encountered when rebooting 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 rebooting. 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 rebooting 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 rebooting. 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 rebooting a node by logical node ID.

      Parameters:
      message - A human-readable message describing the error encountered when rebooting a node by logical node ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.