| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static AclConfiguration.Builder |
AclConfiguration.builder() |
AclConfiguration.Builder |
AclConfiguration.Builder.s3AclOption(S3AclOption s3AclOption)
The Amazon S3 canned ACL that Athena should specify when storing query results.
|
AclConfiguration.Builder |
AclConfiguration.Builder.s3AclOption(String s3AclOption)
The Amazon S3 canned ACL that Athena should specify when storing query results.
|
AclConfiguration.Builder |
AclConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AclConfiguration.Builder> |
AclConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResultConfiguration.Builder |
ResultConfiguration.Builder.aclConfiguration(Consumer<AclConfiguration.Builder> aclConfiguration)
Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.
|
default ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.Builder.aclConfiguration(Consumer<AclConfiguration.Builder> aclConfiguration)
The ACL configuration for the query results.
|
Copyright © 2023. All rights reserved.