public static interface AddInstanceGroupsResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<AddInstanceGroupsResponse.Builder,AddInstanceGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
AddInstanceGroupsResponse.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name of the cluster.
|
AddInstanceGroupsResponse.Builder |
instanceGroupIds(Collection<String> instanceGroupIds)
Instance group IDs of the newly created instance groups.
|
AddInstanceGroupsResponse.Builder |
instanceGroupIds(String... instanceGroupIds)
Instance group IDs of the newly created instance groups.
|
AddInstanceGroupsResponse.Builder |
jobFlowId(String jobFlowId)
The job flow ID in which the instance groups are added.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddInstanceGroupsResponse.Builder jobFlowId(String jobFlowId)
The job flow ID in which the instance groups are added.
jobFlowId - The job flow ID in which the instance groups are added.AddInstanceGroupsResponse.Builder instanceGroupIds(Collection<String> instanceGroupIds)
Instance group IDs of the newly created instance groups.
instanceGroupIds - Instance group IDs of the newly created instance groups.AddInstanceGroupsResponse.Builder instanceGroupIds(String... instanceGroupIds)
Instance group IDs of the newly created instance groups.
instanceGroupIds - Instance group IDs of the newly created instance groups.AddInstanceGroupsResponse.Builder clusterArn(String clusterArn)
The Amazon Resource Name of the cluster.
clusterArn - The Amazon Resource Name of the cluster.Copyright © 2022. All rights reserved.