Interface AddInstanceGroupsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<AddInstanceGroupsResponse.Builder,AddInstanceGroupsResponse>, EmrResponse.Builder, SdkBuilder<AddInstanceGroupsResponse.Builder,AddInstanceGroupsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
AddInstanceGroupsResponse

public static interface AddInstanceGroupsResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<AddInstanceGroupsResponse.Builder,AddInstanceGroupsResponse>
  • Method Details

    • 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.