| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
ResultReuseByAgeConfiguration |
ResultReuseByAgeConfiguration.clone() |
ResultReuseByAgeConfiguration |
ResultReuseConfiguration.getResultReuseByAgeConfiguration()
Specifies whether previous query results are reused, and if so, their maximum age.
|
ResultReuseByAgeConfiguration |
ResultReuseByAgeConfiguration.withEnabled(Boolean enabled)
True if previous query results can be reused when the query is run; otherwise, false.
|
ResultReuseByAgeConfiguration |
ResultReuseByAgeConfiguration.withMaxAgeInMinutes(Integer maxAgeInMinutes)
Specifies, in minutes, the maximum age of a previous query result that Athena should consider for reuse.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultReuseConfiguration.setResultReuseByAgeConfiguration(ResultReuseByAgeConfiguration resultReuseByAgeConfiguration)
Specifies whether previous query results are reused, and if so, their maximum age.
|
ResultReuseConfiguration |
ResultReuseConfiguration.withResultReuseByAgeConfiguration(ResultReuseByAgeConfiguration resultReuseByAgeConfiguration)
Specifies whether previous query results are reused, and if so, their maximum age.
|
Copyright © 2024. All rights reserved.