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<String> instanceGroupTypes)
The type of instance group for which to list the instances.
|
ListInstancesRequest.Builder |
instanceGroupTypes(String... instanceGroupTypes)
The type of instance group for which to list the instances.
|
ListInstancesRequest.Builder |
instanceStates(Collection<String> instanceStates)
A list of instance states that will filter the instances returned with this request.
|
ListInstancesRequest.Builder |
instanceStates(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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListInstancesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListInstancesRequest.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 instanceGroupTypes(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 instanceGroupTypes(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 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,
InstanceFleetTypeListInstancesRequest.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,
InstanceFleetTypeListInstancesRequest.Builder instanceStates(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 instanceStates(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 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListInstancesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.