| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
ResultConfiguration |
ResultConfiguration.clone() |
ResultConfiguration |
WorkGroupConfiguration.getResultConfiguration()
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.
|
ResultConfiguration |
StartQueryExecutionRequest.getResultConfiguration()
Specifies information about where and how to save the results of the query execution.
|
ResultConfiguration |
QueryExecution.getResultConfiguration()
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used
for query results.
|
ResultConfiguration |
ResultConfiguration.withAclConfiguration(AclConfiguration aclConfiguration)
Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.
|
ResultConfiguration |
ResultConfiguration.withEncryptionConfiguration(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 |
ResultConfiguration.withExpectedBucketOwner(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 |
ResultConfiguration.withOutputLocation(String outputLocation)
The location in Amazon S3 where your query and calculation results are stored, such as
s3://path/to/query/bucket/. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkGroupConfiguration.setResultConfiguration(ResultConfiguration 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.
|
void |
StartQueryExecutionRequest.setResultConfiguration(ResultConfiguration resultConfiguration)
Specifies information about where and how to save the results of the query execution.
|
void |
QueryExecution.setResultConfiguration(ResultConfiguration resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used
for query results.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withResultConfiguration(ResultConfiguration 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.
|
StartQueryExecutionRequest |
StartQueryExecutionRequest.withResultConfiguration(ResultConfiguration resultConfiguration)
Specifies information about where and how to save the results of the query execution.
|
QueryExecution |
QueryExecution.withResultConfiguration(ResultConfiguration resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used
for query results.
|
Copyright © 2024. All rights reserved.