public static interface ResultReuseByAgeConfiguration.Builder extends SdkPojo, CopyableBuilder<ResultReuseByAgeConfiguration.Builder,ResultReuseByAgeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ResultReuseByAgeConfiguration.Builder |
enabled(Boolean enabled)
True if previous query results can be reused when the query is run; otherwise, false.
|
ResultReuseByAgeConfiguration.Builder |
maxAgeInMinutes(Integer maxAgeInMinutes)
Specifies, in minutes, the maximum age of a previous query result that Athena should consider for reuse.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResultReuseByAgeConfiguration.Builder enabled(Boolean enabled)
True if previous query results can be reused when the query is run; otherwise, false. The default is false.
enabled - True if previous query results can be reused when the query is run; otherwise, false. The default is
false.ResultReuseByAgeConfiguration.Builder maxAgeInMinutes(Integer maxAgeInMinutes)
Specifies, in minutes, the maximum age of a previous query result that Athena should consider for reuse. The default is 60.
maxAgeInMinutes - Specifies, in minutes, the maximum age of a previous query result that Athena should consider for
reuse. The default is 60.Copyright © 2023. All rights reserved.