| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
ResultConfiguration.Builder |
ResultConfiguration.Builder.aclConfiguration(AclConfiguration aclConfiguration)
Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.
|
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.
|
static ResultConfiguration.Builder |
ResultConfiguration.builder() |
default ResultConfiguration.Builder |
ResultConfiguration.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
If query and calculation results are encrypted in Amazon S3, indicates the encryption option used (for
example,
SSE_KMS or CSE_KMS) and key information. |
ResultConfiguration.Builder |
ResultConfiguration.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
If query and calculation results are encrypted in Amazon S3, indicates the encryption option used (for
example,
SSE_KMS or CSE_KMS) and key information. |
ResultConfiguration.Builder |
ResultConfiguration.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.
|
ResultConfiguration.Builder |
ResultConfiguration.Builder.outputLocation(String outputLocation)
The location in Amazon S3 where your query and calculation results are stored, such as
s3://path/to/query/bucket/. |
ResultConfiguration.Builder |
ResultConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResultConfiguration.Builder> |
ResultConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.resultConfiguration(Consumer<ResultConfiguration.Builder> resultConfiguration)
Specifies information about where and how to save the results of the query execution.
|
default QueryExecution.Builder |
QueryExecution.Builder.resultConfiguration(Consumer<ResultConfiguration.Builder> resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any,
used for query results.
|
default WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.resultConfiguration(Consumer<ResultConfiguration.Builder> resultConfiguration)
The configuration for the workgroup, which includes the location in Amazon S3 where query and calculation
results are stored and the encryption option, if any, used for query and calculation results.
|
Copyright © 2023. All rights reserved.