| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
ResultConfigurationUpdates |
ResultConfigurationUpdates.clone() |
ResultConfigurationUpdates |
WorkGroupConfigurationUpdates.getResultConfigurationUpdates()
The result configuration information about the queries in this workgroup that will be updated.
|
ResultConfigurationUpdates |
ResultConfigurationUpdates.withAclConfiguration(AclConfiguration aclConfiguration)
The ACL configuration for the query results.
|
ResultConfigurationUpdates |
ResultConfigurationUpdates.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for the query results.
|
ResultConfigurationUpdates |
ResultConfigurationUpdates.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.
|
ResultConfigurationUpdates |
ResultConfigurationUpdates.withOutputLocation(String outputLocation)
The location in Amazon S3 where your query results are stored, such as
s3://path/to/query/bucket/. |
ResultConfigurationUpdates |
ResultConfigurationUpdates.withRemoveAclConfiguration(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 |
ResultConfigurationUpdates.withRemoveEncryptionConfiguration(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 |
ResultConfigurationUpdates.withRemoveExpectedBucketOwner(Boolean removeExpectedBucketOwner)
If set to "true", removes the Amazon Web Services account ID previously specified for
ResultConfiguration$ExpectedBucketOwner.
|
ResultConfigurationUpdates |
ResultConfigurationUpdates.withRemoveOutputLocation(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkGroupConfigurationUpdates.setResultConfigurationUpdates(ResultConfigurationUpdates resultConfigurationUpdates)
The result configuration information about the queries in this workgroup that will be updated.
|
WorkGroupConfigurationUpdates |
WorkGroupConfigurationUpdates.withResultConfigurationUpdates(ResultConfigurationUpdates resultConfigurationUpdates)
The result configuration information about the queries in this workgroup that will be updated.
|
Copyright © 2023. All rights reserved.