Interface AddInstanceGroupsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<AddInstanceGroupsResponse.Builder,,AddInstanceGroupsResponse> EmrResponse.Builder,SdkBuilder<AddInstanceGroupsResponse.Builder,,AddInstanceGroupsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 AddInstanceGroupsResponse
@Mutable
@NotThreadSafe
public static interface AddInstanceGroupsResponse.Builder
extends EmrResponse.Builder, SdkPojo, CopyableBuilder<AddInstanceGroupsResponse.Builder,AddInstanceGroupsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionclusterArn(String clusterArn) The Amazon Resource Name of the cluster.instanceGroupIds(String... instanceGroupIds) Instance group IDs of the newly created instance groups.instanceGroupIds(Collection<String> instanceGroupIds) Instance group IDs of the newly created instance groups.The job flow ID in which the instance groups are added.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.emr.model.EmrResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
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
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
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
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.
 
 
 -