Uses of Interface
software.amazon.awssdk.services.athena.model.ManagedQueryResultsConfigurationUpdates.Builder
-
Packages that use ManagedQueryResultsConfigurationUpdates.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ManagedQueryResultsConfigurationUpdates.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ManagedQueryResultsConfigurationUpdates.Builder Modifier and Type Method Description static ManagedQueryResultsConfigurationUpdates.BuilderManagedQueryResultsConfigurationUpdates. builder()ManagedQueryResultsConfigurationUpdates.BuilderManagedQueryResultsConfigurationUpdates.Builder. enabled(Boolean enabled)If set to true, specifies that Athena manages query results in Athena owned storage.default ManagedQueryResultsConfigurationUpdates.BuilderManagedQueryResultsConfigurationUpdates.Builder. encryptionConfiguration(Consumer<ManagedQueryResultsEncryptionConfiguration.Builder> 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.ManagedQueryResultsConfigurationUpdates.BuilderManagedQueryResultsConfigurationUpdates.Builder. encryptionConfiguration(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.ManagedQueryResultsConfigurationUpdates.BuilderManagedQueryResultsConfigurationUpdates.Builder. removeEncryptionConfiguration(Boolean removeEncryptionConfiguration)If set to true, it removes workgroup from Athena owned storage.ManagedQueryResultsConfigurationUpdates.BuilderManagedQueryResultsConfigurationUpdates. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ManagedQueryResultsConfigurationUpdates.Builder Modifier and Type Method Description static Class<? extends ManagedQueryResultsConfigurationUpdates.Builder>ManagedQueryResultsConfigurationUpdates. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type ManagedQueryResultsConfigurationUpdates.Builder Modifier and Type Method Description default WorkGroupConfigurationUpdates.BuilderWorkGroupConfigurationUpdates.Builder. managedQueryResultsConfigurationUpdates(Consumer<ManagedQueryResultsConfigurationUpdates.Builder> managedQueryResultsConfigurationUpdates)Updates configuration information for managed query results in the workgroup.
-