| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
WorkGroupConfiguration |
CreateWorkGroupRequest.configuration()
Contains configuration information for creating an Athena SQL workgroup or Spark enabled Athena workgroup.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.Builder.configuration(WorkGroupConfiguration configuration)
Contains configuration information for creating an Athena SQL workgroup or Spark enabled Athena workgroup.
|
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.
|
Copyright © 2023. All rights reserved.