Class ManagedQueryResultsConfigurationUpdates
- java.lang.Object
-
- software.amazon.awssdk.services.athena.model.ManagedQueryResultsConfigurationUpdates
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ManagedQueryResultsConfigurationUpdates.Builder,ManagedQueryResultsConfigurationUpdates>
@Generated("software.amazon.awssdk:codegen") public final class ManagedQueryResultsConfigurationUpdates extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ManagedQueryResultsConfigurationUpdates.Builder,ManagedQueryResultsConfigurationUpdates>
Updates the configuration for managed query results.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceManagedQueryResultsConfigurationUpdates.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedQueryResultsConfigurationUpdates.Builderbuilder()Booleanenabled()If set to true, specifies that Athena manages 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()BooleanremoveEncryptionConfiguration()If set to true, it removes workgroup from Athena owned storage.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ManagedQueryResultsConfigurationUpdates.Builder>serializableBuilderClass()ManagedQueryResultsConfigurationUpdates.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, specifies that Athena manages query results in Athena owned storage.
- Returns:
- If set to true, specifies that Athena manages query results in Athena owned storage.
-
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.
-
removeEncryptionConfiguration
public final Boolean removeEncryptionConfiguration()
If set to true, it removes workgroup from Athena owned storage. The existing query results are cleaned up after 24hrs. You must provide query results in location specified under
ResultConfiguration$OutputLocation.- Returns:
- If set to true, it removes workgroup from Athena owned storage. The existing query results are cleaned up
after 24hrs. You must provide query results in location specified under
ResultConfiguration$OutputLocation.
-
toBuilder
public ManagedQueryResultsConfigurationUpdates.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ManagedQueryResultsConfigurationUpdates.Builder,ManagedQueryResultsConfigurationUpdates>
-
builder
public static ManagedQueryResultsConfigurationUpdates.Builder builder()
-
serializableBuilderClass
public static Class<? extends ManagedQueryResultsConfigurationUpdates.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
-
-