| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.Builder.aclConfiguration(AclConfiguration aclConfiguration)
The ACL configuration for the query results.
|
default ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.Builder.aclConfiguration(Consumer<AclConfiguration.Builder> aclConfiguration)
The ACL configuration for the query results.
|
static ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.builder() |
default ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration for query and calculation results.
|
ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for query and calculation results.
|
ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.Builder.expectedBucketOwner(String expectedBucketOwner)
The Amazon Web Services account ID that you expect to be the owner of the Amazon S3 bucket specified by
ResultConfiguration$OutputLocation.
|
ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.Builder.outputLocation(String outputLocation)
The location in Amazon S3 where your query and calculation results are stored, such as
s3://path/to/query/bucket/. |
ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.Builder.removeAclConfiguration(Boolean removeAclConfiguration)
If set to
true, indicates that the previously-specified ACL configuration for queries in this
workgroup should be ignored and set to null. |
ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.Builder.removeEncryptionConfiguration(Boolean removeEncryptionConfiguration)
If set to "true", indicates that the previously-specified encryption configuration (also known as the
client-side setting) for queries in this workgroup should be ignored and set to null.
|
ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.Builder.removeExpectedBucketOwner(Boolean removeExpectedBucketOwner)
If set to "true", removes the Amazon Web Services account ID previously specified for
ResultConfiguration$ExpectedBucketOwner.
|
ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.Builder.removeOutputLocation(Boolean removeOutputLocation)
If set to "true", indicates that the previously-specified query results location (also known as a client-side
setting) for queries in this workgroup should be ignored and set to null.
|
ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResultConfigurationUpdates.Builder> |
ResultConfigurationUpdates.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WorkGroupConfigurationUpdates.Builder |
WorkGroupConfigurationUpdates.Builder.resultConfigurationUpdates(Consumer<ResultConfigurationUpdates.Builder> resultConfigurationUpdates)
The result configuration information about the queries in this workgroup that will be updated.
|
Copyright © 2023. All rights reserved.