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