Uses of Interface
software.amazon.awssdk.services.athena.model.AclConfiguration.Builder
-
Packages that use AclConfiguration.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of AclConfiguration.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return AclConfiguration.Builder Modifier and Type Method Description static AclConfiguration.BuilderAclConfiguration. builder()AclConfiguration.BuilderAclConfiguration.Builder. s3AclOption(String s3AclOption)The Amazon S3 canned ACL that Athena should specify when storing query results, including data files inserted by Athena as the result of statements like CTAS or INSERT INTO.AclConfiguration.BuilderAclConfiguration.Builder. s3AclOption(S3AclOption s3AclOption)The Amazon S3 canned ACL that Athena should specify when storing query results, including data files inserted by Athena as the result of statements like CTAS or INSERT INTO.AclConfiguration.BuilderAclConfiguration. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type AclConfiguration.Builder Modifier and Type Method Description static Class<? extends AclConfiguration.Builder>AclConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type AclConfiguration.Builder Modifier and Type Method Description default ResultConfiguration.BuilderResultConfiguration.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.BuilderResultConfigurationUpdates.Builder. aclConfiguration(Consumer<AclConfiguration.Builder> aclConfiguration)The ACL configuration for the query results.
-