CopyableBuilder<ListInstancesRequest.Builder,ListInstancesRequest>
, SdkBuilder<ListInstancesRequest.Builder,ListInstancesRequest>
public static interface ListInstancesRequest.Builder extends CopyableBuilder<ListInstancesRequest.Builder,ListInstancesRequest>
Modifier and Type | Method | 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(String instanceFleetType) |
The node type of the instance fleet.
|
ListInstancesRequest.Builder |
instanceFleetType(InstanceFleetType 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(String... instanceGroupTypes) |
The type of 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(InstanceGroupType... instanceGroupTypes) |
The type of instance group for which to list the instances.
|
ListInstancesRequest.Builder |
instanceStates(String... instanceStates) |
A list of instance states that will filter the instances returned with this request.
|
ListInstancesRequest.Builder |
instanceStates(Collection<String> 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 |
marker(String marker) |
The pagination token that indicates the next set of results to retrieve.
|
copy
apply, 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 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.InstanceGroupType
ListInstancesRequest.Builder instanceGroupTypes(String... instanceGroupTypes)
The type of instance group for which to list the instances.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceGroupTypes(java.util.Collection)
or #withInstanceGroupTypes(java.util.Collection)
if you want to override the existing values.
instanceGroupTypes
- The type of instance group for which to list the instances.InstanceGroupType
ListInstancesRequest.Builder instanceGroupTypes(InstanceGroupType... instanceGroupTypes)
The type of instance group for which to list the instances.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceGroupTypes(java.util.Collection)
or #withInstanceGroupTypes(java.util.Collection)
if you want to override the existing values.
instanceGroupTypes
- The type of instance group for which to list the instances.InstanceGroupType
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
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
ListInstancesRequest.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.InstanceState
ListInstancesRequest.Builder instanceStates(String... instanceStates)
A list of instance states that will filter the instances returned with this request.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceStates(java.util.Collection)
or #withInstanceStates(java.util.Collection)
if you
want to override the existing values.
instanceStates
- A list of instance states that will filter the instances returned with this request.InstanceState
ListInstancesRequest.Builder instanceStates(InstanceState... instanceStates)
A list of instance states that will filter the instances returned with this request.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceStates(java.util.Collection)
or #withInstanceStates(java.util.Collection)
if you
want to override the existing values.
instanceStates
- A list of instance states that will filter the instances returned with this request.InstanceState
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.