Interface BatchAddClusterNodesError.Builder

  • Method Details

    • instanceGroupName

      BatchAddClusterNodesError.Builder instanceGroupName(String instanceGroupName)

      The name of the instance group for which the error occurred.

      Parameters:
      instanceGroupName - The name of the instance group for which the error occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      The error code associated with the failure. Possible values include InstanceGroupNotFound and InvalidInstanceGroupState.

      Parameters:
      errorCode - The error code associated with the failure. Possible values include InstanceGroupNotFound and InvalidInstanceGroupState.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      The error code associated with the failure. Possible values include InstanceGroupNotFound and InvalidInstanceGroupState.

      Parameters:
      errorCode - The error code associated with the failure. Possible values include InstanceGroupNotFound and InvalidInstanceGroupState.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failedCount

      BatchAddClusterNodesError.Builder failedCount(Integer failedCount)

      The number of nodes that failed to be added to the specified instance group.

      Parameters:
      failedCount - The number of nodes that failed to be added to the specified instance group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      A descriptive message providing additional details about the error.

      Parameters:
      message - A descriptive message providing additional details about the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.