public static interface AddInstanceGroupsResponse.Builder extends EmrResponse.Builder, CopyableBuilder<AddInstanceGroupsResponse.Builder,AddInstanceGroupsResponse>
Modifier and Type | Method and Description |
---|---|
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
sdkHttpResponse, sdkHttpResponse
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.