Interface AddInstanceGroupsResponse.Builder

    • Method Detail

      • jobFlowId

        AddInstanceGroupsResponse.Builder jobFlowId​(String jobFlowId)

        The job flow ID in which the instance groups are added.

        Parameters:
        jobFlowId - The job flow ID in which the instance groups are added.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceGroupIds

        AddInstanceGroupsResponse.Builder instanceGroupIds​(Collection<String> instanceGroupIds)

        Instance group IDs of the newly created instance groups.

        Parameters:
        instanceGroupIds - Instance group IDs of the newly created instance groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceGroupIds

        AddInstanceGroupsResponse.Builder instanceGroupIds​(String... instanceGroupIds)

        Instance group IDs of the newly created instance groups.

        Parameters:
        instanceGroupIds - Instance group IDs of the newly created instance groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterArn

        AddInstanceGroupsResponse.Builder clusterArn​(String clusterArn)

        The Amazon Resource Name of the cluster.

        Parameters:
        clusterArn - The Amazon Resource Name of the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.