| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
WorkGroupConfiguration |
WorkGroup.configuration()
The configuration of the workgroup, which includes the location in Amazon S3 where query and calculation results
are stored, the encryption configuration, if any, used for query and calculation results; whether the Amazon
CloudWatch Metrics are enabled for the workgroup; whether workgroup settings override client-side settings; and
the data usage limits for the amount of data scanned per query or per workgroup.
|
WorkGroupConfiguration |
CreateWorkGroupRequest.configuration()
Contains configuration information for creating an Athena SQL workgroup or Spark enabled Athena workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
WorkGroup.Builder |
WorkGroup.Builder.configuration(WorkGroupConfiguration configuration)
The configuration of the workgroup, which includes the location in Amazon S3 where query and calculation
results are stored, the encryption configuration, if any, used for query and calculation results; whether the
Amazon CloudWatch Metrics are enabled for the workgroup; whether workgroup settings override client-side
settings; and the data usage limits for the amount of data scanned per query or per workgroup.
|
CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.Builder.configuration(WorkGroupConfiguration configuration)
Contains configuration information for creating an Athena SQL workgroup or Spark enabled Athena workgroup.
|
Copyright © 2023. All rights reserved.