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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
AddInstanceGroupsResponse.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 © 2020. All rights reserved.