Uses of Interface
software.amazon.awssdk.services.athena.model.ManagedQueryResultsConfiguration.Builder
-
Packages that use ManagedQueryResultsConfiguration.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ManagedQueryResultsConfiguration.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ManagedQueryResultsConfiguration.Builder Modifier and Type Method Description static ManagedQueryResultsConfiguration.BuilderManagedQueryResultsConfiguration. builder()ManagedQueryResultsConfiguration.BuilderManagedQueryResultsConfiguration.Builder. enabled(Boolean enabled)If set to true, allows you to store query results in Athena owned storage.default ManagedQueryResultsConfiguration.BuilderManagedQueryResultsConfiguration.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.ManagedQueryResultsConfiguration.BuilderManagedQueryResultsConfiguration.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.ManagedQueryResultsConfiguration.BuilderManagedQueryResultsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ManagedQueryResultsConfiguration.Builder Modifier and Type Method Description static Class<? extends ManagedQueryResultsConfiguration.Builder>ManagedQueryResultsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type ManagedQueryResultsConfiguration.Builder Modifier and Type Method Description default QueryExecution.BuilderQueryExecution.Builder. managedQueryResultsConfiguration(Consumer<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.default WorkGroupConfiguration.BuilderWorkGroupConfiguration.Builder. managedQueryResultsConfiguration(Consumer<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.
-