Uses of Interface
software.amazon.awssdk.services.athena.model.ResultReuseConfiguration.Builder
-
Packages that use ResultReuseConfiguration.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ResultReuseConfiguration.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ResultReuseConfiguration.Builder Modifier and Type Method Description static ResultReuseConfiguration.BuilderResultReuseConfiguration. builder()default ResultReuseConfiguration.BuilderResultReuseConfiguration.Builder. resultReuseByAgeConfiguration(Consumer<ResultReuseByAgeConfiguration.Builder> resultReuseByAgeConfiguration)Specifies whether previous query results are reused, and if so, their maximum age.ResultReuseConfiguration.BuilderResultReuseConfiguration.Builder. resultReuseByAgeConfiguration(ResultReuseByAgeConfiguration resultReuseByAgeConfiguration)Specifies whether previous query results are reused, and if so, their maximum age.ResultReuseConfiguration.BuilderResultReuseConfiguration. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ResultReuseConfiguration.Builder Modifier and Type Method Description static Class<? extends ResultReuseConfiguration.Builder>ResultReuseConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type ResultReuseConfiguration.Builder Modifier and Type Method Description default QueryExecution.BuilderQueryExecution.Builder. resultReuseConfiguration(Consumer<ResultReuseConfiguration.Builder> resultReuseConfiguration)Specifies the query result reuse behavior that was used for the query.default StartQueryExecutionRequest.BuilderStartQueryExecutionRequest.Builder. resultReuseConfiguration(Consumer<ResultReuseConfiguration.Builder> resultReuseConfiguration)Specifies the query result reuse behavior for the query.
-