public static interface ListExecutorsResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<ListExecutorsResponse.Builder,ListExecutorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListExecutorsResponse.Builder |
executorsSummary(Collection<ExecutorsSummary> executorsSummary)
Contains summary information about the executor.
|
ListExecutorsResponse.Builder |
executorsSummary(Consumer<ExecutorsSummary.Builder>... executorsSummary)
Contains summary information about the executor.
|
ListExecutorsResponse.Builder |
executorsSummary(ExecutorsSummary... executorsSummary)
Contains summary information about the executor.
|
ListExecutorsResponse.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListExecutorsResponse.Builder |
sessionId(String sessionId)
The session ID.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExecutorsResponse.Builder sessionId(String sessionId)
The session ID.
sessionId - The session ID.ListExecutorsResponse.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.ListExecutorsResponse.Builder executorsSummary(Collection<ExecutorsSummary> executorsSummary)
Contains summary information about the executor.
executorsSummary - Contains summary information about the executor.ListExecutorsResponse.Builder executorsSummary(ExecutorsSummary... executorsSummary)
Contains summary information about the executor.
executorsSummary - Contains summary information about the executor.ListExecutorsResponse.Builder executorsSummary(Consumer<ExecutorsSummary.Builder>... executorsSummary)
Contains summary information about the executor.
This is a convenience method that creates an instance of theExecutorsSummary.Builder avoiding the need to create one
manually via ExecutorsSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #executorsSummary(List.
executorsSummary - a consumer that will call methods on
ExecutorsSummary.Builder#executorsSummary(java.util.Collection) Copyright © 2023. All rights reserved.