CopyableBuilder<AddInstanceGroupsResponse.Builder,AddInstanceGroupsResponse>, SdkBuilder<AddInstanceGroupsResponse.Builder,AddInstanceGroupsResponse>public static interface AddInstanceGroupsResponse.Builder extends CopyableBuilder<AddInstanceGroupsResponse.Builder,AddInstanceGroupsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
AddInstanceGroupsResponse.Builder |
instanceGroupIds(String... instanceGroupIds) |
Instance group IDs of the newly created instance groups.
|
AddInstanceGroupsResponse.Builder |
instanceGroupIds(Collection<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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceGroupIds(java.util.Collection) or #withInstanceGroupIds(java.util.Collection) if
you want to override the existing values.
instanceGroupIds - Instance group IDs of the newly created instance groups.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.