Interface NodeAdditionResult.Builder

  • Method Details

    • nodeLogicalId

      NodeAdditionResult.Builder nodeLogicalId(String nodeLogicalId)

      A unique identifier assigned to the node that can be used to track its provisioning status through the DescribeClusterNode operation.

      Parameters:
      nodeLogicalId - A unique identifier assigned to the node that can be used to track its provisioning status through the DescribeClusterNode operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceGroupName

      NodeAdditionResult.Builder instanceGroupName(String instanceGroupName)

      The name of the instance group to which the node was added.

      Parameters:
      instanceGroupName - The name of the instance group to which the node was added.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the node. Possible values include Pending, Running, Failed, ShuttingDown, SystemUpdating, DeepHealthCheckInProgress, and NotFound.

      Parameters:
      status - The current status of the node. Possible values include Pending, Running, Failed, ShuttingDown, SystemUpdating, DeepHealthCheckInProgress, and NotFound.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the node. Possible values include Pending, Running, Failed, ShuttingDown, SystemUpdating, DeepHealthCheckInProgress, and NotFound.

      Parameters:
      status - The current status of the node. Possible values include Pending, Running, Failed, ShuttingDown, SystemUpdating, DeepHealthCheckInProgress, and NotFound.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: