Class ManagedQueryResultsConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.athena.model.ManagedQueryResultsConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ManagedQueryResultsConfiguration.Builder,ManagedQueryResultsConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ManagedQueryResultsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ManagedQueryResultsConfiguration.Builder,ManagedQueryResultsConfiguration>
The configuration for storing results in Athena owned storage, which includes whether this feature is enabled; whether encryption configuration, if any, is used for encrypting query results.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceManagedQueryResultsConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedQueryResultsConfiguration.Builderbuilder()Booleanenabled()If set to true, allows you to store query results in Athena owned storage.ManagedQueryResultsEncryptionConfigurationencryptionConfiguration()If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ManagedQueryResultsConfiguration.Builder>serializableBuilderClass()ManagedQueryResultsConfiguration.BuildertoBuilder()StringtoString()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()
If set to true, allows you to store query results in Athena owned storage. If set to false, workgroup member stores query results in location specified under
ResultConfiguration$OutputLocation. The default is false. A workgroup cannot have theResultConfiguration$OutputLocationparameter when you set this field to true.- Returns:
- If set to true, allows you to store query results in Athena owned storage. If set to false, workgroup
member stores query results in location specified under
ResultConfiguration$OutputLocation. The default is false. A workgroup cannot have theResultConfiguration$OutputLocationparameter when you set this field to true.
-
encryptionConfiguration
public final ManagedQueryResultsEncryptionConfiguration encryptionConfiguration()
If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.
- Returns:
- If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.
-
toBuilder
public ManagedQueryResultsConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ManagedQueryResultsConfiguration.Builder,ManagedQueryResultsConfiguration>
-
builder
public static ManagedQueryResultsConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ManagedQueryResultsConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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:
sdkFieldNameToFieldin interfaceSdkPojo
-
-