| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
WorkGroupConfiguration |
WorkGroupConfiguration.clone() |
WorkGroupConfiguration |
CreateWorkGroupRequest.getConfiguration()
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. |
WorkGroupConfiguration |
WorkGroup.getConfiguration()
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 |
WorkGroupConfiguration.withBytesScannedCutoffPerQuery(Long bytesScannedCutoffPerQuery)
The upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withEnforceWorkGroupConfiguration(Boolean enforceWorkGroupConfiguration)
If set to "true", the settings for the workgroup override client-side settings.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withEngineVersion(EngineVersion engineVersion)
The engine version that all queries running on the workgroup use.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withPublishCloudWatchMetricsEnabled(Boolean publishCloudWatchMetricsEnabled)
Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withRequesterPaysEnabled(Boolean requesterPaysEnabled)
If set to
true, allows members assigned to a workgroup to reference Amazon S3 Requester Pays buckets
in queries. |
WorkGroupConfiguration |
WorkGroupConfiguration.withResultConfiguration(ResultConfiguration resultConfiguration)
The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored and
the encryption option, if any, used for query results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWorkGroupRequest.setConfiguration(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. |
void |
WorkGroup.setConfiguration(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 |
CreateWorkGroupRequest.withConfiguration(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. |
WorkGroup |
WorkGroup.withConfiguration(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.
|
Copyright © 2021. All rights reserved.