public static interface ListInstancesRequest.Builder extends EmrRequest.Builder, CopyableBuilder<ListInstancesRequest.Builder,ListInstancesRequest>
Modifier and Type | Method and Description |
---|---|
ListInstancesRequest.Builder |
clusterId(String clusterId)
The identifier of the cluster for which to list the instances.
|
ListInstancesRequest.Builder |
instanceFleetId(String instanceFleetId)
The unique identifier of the instance fleet.
|
ListInstancesRequest.Builder |
instanceFleetType(InstanceFleetType instanceFleetType)
The node type of the instance fleet.
|
ListInstancesRequest.Builder |
instanceFleetType(String instanceFleetType)
The node type of the instance fleet.
|
ListInstancesRequest.Builder |
instanceGroupId(String instanceGroupId)
The identifier of the instance group for which to list the instances.
|
ListInstancesRequest.Builder |
instanceGroupTypes(Collection<InstanceGroupType> instanceGroupTypes)
The type of instance group for which to list the instances.
|
ListInstancesRequest.Builder |
instanceGroupTypes(InstanceGroupType... instanceGroupTypes)
The type of instance group for which to list the instances.
|
ListInstancesRequest.Builder |
instanceGroupTypesWithStrings(Collection<String> instanceGroupTypes)
The type of instance group for which to list the instances.
|
ListInstancesRequest.Builder |
instanceGroupTypesWithStrings(String... instanceGroupTypes)
The type of instance group for which to list the instances.
|
ListInstancesRequest.Builder |
instanceStates(Collection<InstanceState> instanceStates)
A list of instance states that will filter the instances returned with this request.
|
ListInstancesRequest.Builder |
instanceStates(InstanceState... instanceStates)
A list of instance states that will filter the instances returned with this request.
|
ListInstancesRequest.Builder |
instanceStatesWithStrings(Collection<String> instanceStates)
A list of instance states that will filter the instances returned with this request.
|
ListInstancesRequest.Builder |
instanceStatesWithStrings(String... instanceStates)
A list of instance states that will filter the instances returned with this request.
|
ListInstancesRequest.Builder |
marker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
ListInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListInstancesRequest.Builder clusterId(String clusterId)
The identifier of the cluster for which to list the instances.
clusterId
- The identifier of the cluster for which to list the instances.ListInstancesRequest.Builder instanceGroupId(String instanceGroupId)
The identifier of the instance group for which to list the instances.
instanceGroupId
- The identifier of the instance group for which to list the instances.ListInstancesRequest.Builder instanceGroupTypesWithStrings(Collection<String> instanceGroupTypes)
The type of instance group for which to list the instances.
instanceGroupTypes
- The type of instance group for which to list the instances.ListInstancesRequest.Builder instanceGroupTypesWithStrings(String... instanceGroupTypes)
The type of instance group for which to list the instances.
instanceGroupTypes
- The type of instance group for which to list the instances.ListInstancesRequest.Builder instanceGroupTypes(Collection<InstanceGroupType> instanceGroupTypes)
The type of instance group for which to list the instances.
instanceGroupTypes
- The type of instance group for which to list the instances.ListInstancesRequest.Builder instanceGroupTypes(InstanceGroupType... instanceGroupTypes)
The type of instance group for which to list the instances.
instanceGroupTypes
- The type of instance group for which to list the instances.ListInstancesRequest.Builder instanceFleetId(String instanceFleetId)
The unique identifier of the instance fleet.
instanceFleetId
- The unique identifier of the instance fleet.ListInstancesRequest.Builder instanceFleetType(String instanceFleetType)
The node type of the instance fleet. For example MASTER, CORE, or TASK.
instanceFleetType
- The node type of the instance fleet. For example MASTER, CORE, or TASK.InstanceFleetType
,
InstanceFleetType
ListInstancesRequest.Builder instanceFleetType(InstanceFleetType instanceFleetType)
The node type of the instance fleet. For example MASTER, CORE, or TASK.
instanceFleetType
- The node type of the instance fleet. For example MASTER, CORE, or TASK.InstanceFleetType
,
InstanceFleetType
ListInstancesRequest.Builder instanceStatesWithStrings(Collection<String> instanceStates)
A list of instance states that will filter the instances returned with this request.
instanceStates
- A list of instance states that will filter the instances returned with this request.ListInstancesRequest.Builder instanceStatesWithStrings(String... instanceStates)
A list of instance states that will filter the instances returned with this request.
instanceStates
- A list of instance states that will filter the instances returned with this request.ListInstancesRequest.Builder instanceStates(Collection<InstanceState> instanceStates)
A list of instance states that will filter the instances returned with this request.
instanceStates
- A list of instance states that will filter the instances returned with this request.ListInstancesRequest.Builder instanceStates(InstanceState... instanceStates)
A list of instance states that will filter the instances returned with this request.
instanceStates
- A list of instance states that will filter the instances returned with this request.ListInstancesRequest.Builder marker(String marker)
The pagination token that indicates the next set of results to retrieve.
marker
- The pagination token that indicates the next set of results to retrieve.ListInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.