Uses of Interface
software.amazon.awssdk.services.athena.model.ResultReuseByAgeConfiguration.Builder
-
Packages that use ResultReuseByAgeConfiguration.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ResultReuseByAgeConfiguration.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ResultReuseByAgeConfiguration.Builder Modifier and Type Method Description static ResultReuseByAgeConfiguration.BuilderResultReuseByAgeConfiguration. builder()ResultReuseByAgeConfiguration.BuilderResultReuseByAgeConfiguration.Builder. enabled(Boolean enabled)True if previous query results can be reused when the query is run; otherwise, false.ResultReuseByAgeConfiguration.BuilderResultReuseByAgeConfiguration.Builder. maxAgeInMinutes(Integer maxAgeInMinutes)Specifies, in minutes, the maximum age of a previous query result that Athena should consider for reuse.ResultReuseByAgeConfiguration.BuilderResultReuseByAgeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ResultReuseByAgeConfiguration.Builder Modifier and Type Method Description static Class<? extends ResultReuseByAgeConfiguration.Builder>ResultReuseByAgeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type ResultReuseByAgeConfiguration.Builder Modifier and Type Method Description default ResultReuseConfiguration.BuilderResultReuseConfiguration.Builder. resultReuseByAgeConfiguration(Consumer<ResultReuseByAgeConfiguration.Builder> resultReuseByAgeConfiguration)Specifies whether previous query results are reused, and if so, their maximum age.
-