Uses of Interface
software.amazon.awssdk.services.athena.model.ListCalculationExecutionsResponse.Builder
-
Packages that use ListCalculationExecutionsResponse.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ListCalculationExecutionsResponse.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ListCalculationExecutionsResponse.Builder Modifier and Type Method Description static ListCalculationExecutionsResponse.BuilderListCalculationExecutionsResponse. builder()ListCalculationExecutionsResponse.BuilderListCalculationExecutionsResponse.Builder. calculations(Collection<CalculationSummary> calculations)A list of CalculationSummary objects.ListCalculationExecutionsResponse.BuilderListCalculationExecutionsResponse.Builder. calculations(Consumer<CalculationSummary.Builder>... calculations)A list of CalculationSummary objects.ListCalculationExecutionsResponse.BuilderListCalculationExecutionsResponse.Builder. calculations(CalculationSummary... calculations)A list of CalculationSummary objects.ListCalculationExecutionsResponse.BuilderListCalculationExecutionsResponse.Builder. nextToken(String nextToken)A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.ListCalculationExecutionsResponse.BuilderListCalculationExecutionsResponse. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ListCalculationExecutionsResponse.Builder Modifier and Type Method Description static Class<? extends ListCalculationExecutionsResponse.Builder>ListCalculationExecutionsResponse. serializableBuilderClass()
-