| 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.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for the query results.
|
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.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.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 © 2020. All rights reserved.