| 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 results are stored, the
encryption configuration, if any, used for query 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()
The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored, the
encryption configuration, if any, used for encrypting query results, whether the Amazon CloudWatch Metrics are
enabled for the workgroup, the limit for the amount of bytes scanned (cutoff) per query, if it is specified, and
whether workgroup's settings (specified with
EnforceWorkGroupConfiguration) in the
WorkGroupConfiguration override client-side settings. |
| 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 results are stored,
the encryption configuration, if any, used for query 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)
The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored,
the encryption configuration, if any, used for encrypting query results, whether the Amazon CloudWatch
Metrics are enabled for the workgroup, the limit for the amount of bytes scanned (cutoff) per query, if it is
specified, and whether workgroup's settings (specified with
EnforceWorkGroupConfiguration) in
the WorkGroupConfiguration override client-side settings. |
Copyright © 2022. All rights reserved.