| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
WorkGroupConfigurationUpdates |
WorkGroupConfigurationUpdates.clone() |
WorkGroupConfigurationUpdates |
UpdateWorkGroupRequest.getConfigurationUpdates()
The workgroup configuration that will be updated for the given workgroup.
|
WorkGroupConfigurationUpdates |
WorkGroupConfigurationUpdates.withBytesScannedCutoffPerQuery(Long bytesScannedCutoffPerQuery)
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
|
WorkGroupConfigurationUpdates |
WorkGroupConfigurationUpdates.withEnforceWorkGroupConfiguration(Boolean enforceWorkGroupConfiguration)
If set to "true", the settings for the workgroup override client-side settings.
|
WorkGroupConfigurationUpdates |
WorkGroupConfigurationUpdates.withPublishCloudWatchMetricsEnabled(Boolean publishCloudWatchMetricsEnabled)
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
|
WorkGroupConfigurationUpdates |
WorkGroupConfigurationUpdates.withRemoveBytesScannedCutoffPerQuery(Boolean removeBytesScannedCutoffPerQuery)
Indicates that the data usage control limit per query is removed.
|
WorkGroupConfigurationUpdates |
WorkGroupConfigurationUpdates.withRequesterPaysEnabled(Boolean requesterPaysEnabled)
If set to
true, allows members assigned to a workgroup to specify Amazon S3 Requester Pays buckets
in queries. |
WorkGroupConfigurationUpdates |
WorkGroupConfigurationUpdates.withResultConfigurationUpdates(ResultConfigurationUpdates resultConfigurationUpdates)
The result configuration information about the queries in this workgroup that will be updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWorkGroupRequest.setConfigurationUpdates(WorkGroupConfigurationUpdates configurationUpdates)
The workgroup configuration that will be updated for the given workgroup.
|
UpdateWorkGroupRequest |
UpdateWorkGroupRequest.withConfigurationUpdates(WorkGroupConfigurationUpdates configurationUpdates)
The workgroup configuration that will be updated for the given workgroup.
|
Copyright © 2019. All rights reserved.