Interface AddInstanceGroupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<AddInstanceGroupsResponse.Builder,AddInstanceGroupsResponse>
,EmrResponse.Builder
,SdkBuilder<AddInstanceGroupsResponse.Builder,AddInstanceGroupsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- AddInstanceGroupsResponse
public static interface AddInstanceGroupsResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<AddInstanceGroupsResponse.Builder,AddInstanceGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddInstanceGroupsResponse.Builder
clusterArn(String clusterArn)
The Amazon Resource Name of the cluster.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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
jobFlowId
AddInstanceGroupsResponse.Builder jobFlowId(String 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
AddInstanceGroupsResponse.Builder instanceGroupIds(Collection<String> 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
AddInstanceGroupsResponse.Builder instanceGroupIds(String... 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
AddInstanceGroupsResponse.Builder clusterArn(String 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.
-
-