Class ResultReuseByAgeConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.athena.model.ResultReuseByAgeConfiguration
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ResultReuseByAgeConfiguration.Builder,ResultReuseByAgeConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ResultReuseByAgeConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ResultReuseByAgeConfiguration.Builder>
serializableBuilderClass()
ResultReuseByAgeConfiguration.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enabled
public final Boolean enabled()
True if previous query results can be reused when the query is run; otherwise, false. The default is false.
- Returns:
- True if previous query results can be reused when the query is run; otherwise, false. The default is false.
-
maxAgeInMinutes
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.
- Returns:
- Specifies, in minutes, the maximum age of a previous query result that Athena should consider for reuse. The default is 60.
-
toBuilder
public ResultReuseByAgeConfiguration.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ResultReuseByAgeConfiguration.Builder,ResultReuseByAgeConfiguration>
-
builder
public static ResultReuseByAgeConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResultReuseByAgeConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-