@Generated(value="software.amazon.awssdk:codegen") public final class ResultReuseByAgeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResultReuseByAgeConfiguration.Builder,ResultReuseByAgeConfiguration>
Specifies whether previous query results are reused, and if so, their maximum age.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResultReuseByAgeConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResultReuseByAgeConfiguration.Builder |
builder() |
Boolean |
enabled()
True if previous query results can be reused when the query is run; otherwise, false.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxAgeInMinutes()
Specifies, in minutes, the maximum age of a previous query result that Athena should consider for reuse.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResultReuseByAgeConfiguration.Builder> |
serializableBuilderClass() |
ResultReuseByAgeConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
True if previous query results can be reused when the query is run; otherwise, false. The default is false.
public final Integer maxAgeInMinutes()
Specifies, in minutes, the maximum age of a previous query result that Athena should consider for reuse. The default is 60.
public ResultReuseByAgeConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResultReuseByAgeConfiguration.Builder,ResultReuseByAgeConfiguration>public static ResultReuseByAgeConfiguration.Builder builder()
public static Class<? extends ResultReuseByAgeConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.