public static interface ListExecutorsRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<ListExecutorsRequest.Builder,ListExecutorsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListExecutorsRequest.Builder |
executorStateFilter(ExecutorState executorStateFilter)
A filter for a specific executor state.
|
ListExecutorsRequest.Builder |
executorStateFilter(String executorStateFilter)
A filter for a specific executor state.
|
ListExecutorsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of executors to return.
|
ListExecutorsRequest.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListExecutorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListExecutorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListExecutorsRequest.Builder |
sessionId(String sessionId)
The session ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExecutorsRequest.Builder sessionId(String sessionId)
The session ID.
sessionId - The session ID.ListExecutorsRequest.Builder executorStateFilter(String executorStateFilter)
A filter for a specific executor state. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
executorStateFilter - A filter for a specific executor state. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
ExecutorState,
ExecutorStateListExecutorsRequest.Builder executorStateFilter(ExecutorState executorStateFilter)
A filter for a specific executor state. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
executorStateFilter - A filter for a specific executor state. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
ExecutorState,
ExecutorStateListExecutorsRequest.Builder maxResults(Integer maxResults)
The maximum number of executors to return.
maxResults - The maximum number of executors to return.ListExecutorsRequest.Builder nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken from the response object of
the previous page call.
nextToken - A token generated by the Athena service that specifies where to continue pagination if a previous
request was truncated. To obtain the next set of pages, pass in the NextToken from the
response object of the previous page call.ListExecutorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListExecutorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.