public static interface WorkGroupConfigurationUpdates.Builder extends SdkPojo, CopyableBuilder<WorkGroupConfigurationUpdates.Builder,WorkGroupConfigurationUpdates>
| Modifier and Type | Method and Description |
|---|---|
WorkGroupConfigurationUpdates.Builder |
bytesScannedCutoffPerQuery(Long bytesScannedCutoffPerQuery)
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
|
WorkGroupConfigurationUpdates.Builder |
enforceWorkGroupConfiguration(Boolean enforceWorkGroupConfiguration)
If set to "true", the settings for the workgroup override client-side settings.
|
default WorkGroupConfigurationUpdates.Builder |
engineVersion(Consumer<EngineVersion.Builder> engineVersion)
The engine version requested when a workgroup is updated.
|
WorkGroupConfigurationUpdates.Builder |
engineVersion(EngineVersion engineVersion)
The engine version requested when a workgroup is updated.
|
WorkGroupConfigurationUpdates.Builder |
publishCloudWatchMetricsEnabled(Boolean publishCloudWatchMetricsEnabled)
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
|
WorkGroupConfigurationUpdates.Builder |
removeBytesScannedCutoffPerQuery(Boolean removeBytesScannedCutoffPerQuery)
Indicates that the data usage control limit per query is removed.
|
WorkGroupConfigurationUpdates.Builder |
requesterPaysEnabled(Boolean requesterPaysEnabled)
If set to
true, allows members assigned to a workgroup to specify Amazon S3 Requester Pays
buckets in queries. |
default WorkGroupConfigurationUpdates.Builder |
resultConfigurationUpdates(Consumer<ResultConfigurationUpdates.Builder> resultConfigurationUpdates)
The result configuration information about the queries in this workgroup that will be updated.
|
WorkGroupConfigurationUpdates.Builder |
resultConfigurationUpdates(ResultConfigurationUpdates resultConfigurationUpdates)
The result configuration information about the queries in this workgroup that will be updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkGroupConfigurationUpdates.Builder enforceWorkGroupConfiguration(Boolean enforceWorkGroupConfiguration)
If set to "true", the settings for the workgroup override client-side settings. If set to "false" client-side settings are used. For more information, see Workgroup Settings Override Client-Side Settings.
enforceWorkGroupConfiguration - If set to "true", the settings for the workgroup override client-side settings. If set to "false"
client-side settings are used. For more information, see Workgroup
Settings Override Client-Side Settings.WorkGroupConfigurationUpdates.Builder resultConfigurationUpdates(ResultConfigurationUpdates resultConfigurationUpdates)
The result configuration information about the queries in this workgroup that will be updated. Includes the updated results location and an updated option for encrypting query results.
resultConfigurationUpdates - The result configuration information about the queries in this workgroup that will be updated.
Includes the updated results location and an updated option for encrypting query results.default WorkGroupConfigurationUpdates.Builder resultConfigurationUpdates(Consumer<ResultConfigurationUpdates.Builder> resultConfigurationUpdates)
The result configuration information about the queries in this workgroup that will be updated. Includes the updated results location and an updated option for encrypting query results.
This is a convenience method that creates an instance of theResultConfigurationUpdates.Builder
avoiding the need to create one manually via ResultConfigurationUpdates.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to resultConfigurationUpdates(ResultConfigurationUpdates).
resultConfigurationUpdates - a consumer that will call methods on ResultConfigurationUpdates.BuilderresultConfigurationUpdates(ResultConfigurationUpdates)WorkGroupConfigurationUpdates.Builder publishCloudWatchMetricsEnabled(Boolean publishCloudWatchMetricsEnabled)
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
publishCloudWatchMetricsEnabled - Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.WorkGroupConfigurationUpdates.Builder bytesScannedCutoffPerQuery(Long bytesScannedCutoffPerQuery)
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
bytesScannedCutoffPerQuery - The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.WorkGroupConfigurationUpdates.Builder removeBytesScannedCutoffPerQuery(Boolean removeBytesScannedCutoffPerQuery)
Indicates that the data usage control limit per query is removed. WorkGroupConfiguration$BytesScannedCutoffPerQuery
removeBytesScannedCutoffPerQuery - Indicates that the data usage control limit per query is removed.
WorkGroupConfiguration$BytesScannedCutoffPerQueryWorkGroupConfigurationUpdates.Builder requesterPaysEnabled(Boolean requesterPaysEnabled)
If set to true, allows members assigned to a workgroup to specify Amazon S3 Requester Pays
buckets in queries. If set to false, workgroup members cannot query data from Requester Pays
buckets, and queries that retrieve data from Requester Pays buckets cause an error. The default is
false. For more information about Requester Pays buckets, see Requester Pays Buckets
in the Amazon Simple Storage Service Developer Guide.
requesterPaysEnabled - If set to true, allows members assigned to a workgroup to specify Amazon S3 Requester
Pays buckets in queries. If set to false, workgroup members cannot query data from
Requester Pays buckets, and queries that retrieve data from Requester Pays buckets cause an error. The
default is false. For more information about Requester Pays buckets, see Requester Pays
Buckets in the Amazon Simple Storage Service Developer Guide.WorkGroupConfigurationUpdates.Builder engineVersion(EngineVersion engineVersion)
The engine version requested when a workgroup is updated. After the update, all queries on the workgroup run
on the requested engine version. If no value was previously set, the default is Auto. Queries on the
AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.
engineVersion - The engine version requested when a workgroup is updated. After the update, all queries on the
workgroup run on the requested engine version. If no value was previously set, the default is Auto.
Queries on the AmazonAthenaPreviewFunctionality workgroup run on the preview engine
regardless of this setting.default WorkGroupConfigurationUpdates.Builder engineVersion(Consumer<EngineVersion.Builder> engineVersion)
The engine version requested when a workgroup is updated. After the update, all queries on the workgroup run
on the requested engine version. If no value was previously set, the default is Auto. Queries on the
AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.
EngineVersion.Builder avoiding the need
to create one manually via EngineVersion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to engineVersion(EngineVersion).
engineVersion - a consumer that will call methods on EngineVersion.BuilderengineVersion(EngineVersion)Copyright © 2022. All rights reserved.