Uses of Interface
software.amazon.awssdk.services.athena.model.ResultReuseInformation.Builder
-
Packages that use ResultReuseInformation.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ResultReuseInformation.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ResultReuseInformation.Builder Modifier and Type Method Description static ResultReuseInformation.BuilderResultReuseInformation. builder()ResultReuseInformation.BuilderResultReuseInformation.Builder. reusedPreviousResult(Boolean reusedPreviousResult)True if a previous query result was reused; false if the result was generated from a new run of the query.ResultReuseInformation.BuilderResultReuseInformation. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ResultReuseInformation.Builder Modifier and Type Method Description static Class<? extends ResultReuseInformation.Builder>ResultReuseInformation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type ResultReuseInformation.Builder Modifier and Type Method Description default QueryExecutionStatistics.BuilderQueryExecutionStatistics.Builder. resultReuseInformation(Consumer<ResultReuseInformation.Builder> resultReuseInformation)Contains information about whether previous query results were reused for the query.
-