@Stability(value=Stable) public static final class CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWorkGroup.WorkGroupConfigurationUpdatesProperty>
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder bytesScannedCutoffPerQuery(Number bytesScannedCutoffPerQuery)
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.getBytesScannedCutoffPerQuery()bytesScannedCutoffPerQuery - The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
No default is defined.
This property currently supports integer types. Support for long values is planned.
this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder enforceWorkGroupConfiguration(Boolean enforceWorkGroupConfiguration)
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.getEnforceWorkGroupConfiguration()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 .this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder enforceWorkGroupConfiguration(IResolvable enforceWorkGroupConfiguration)
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.getEnforceWorkGroupConfiguration()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 .this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder engineVersion(CfnWorkGroup.EngineVersionProperty engineVersion)
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.getEngineVersion()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.this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder engineVersion(IResolvable engineVersion)
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.getEngineVersion()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.this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder publishCloudWatchMetricsEnabled(Boolean publishCloudWatchMetricsEnabled)
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.getPublishCloudWatchMetricsEnabled()publishCloudWatchMetricsEnabled - Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder publishCloudWatchMetricsEnabled(IResolvable publishCloudWatchMetricsEnabled)
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.getPublishCloudWatchMetricsEnabled()publishCloudWatchMetricsEnabled - Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder removeBytesScannedCutoffPerQuery(Boolean removeBytesScannedCutoffPerQuery)
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.getRemoveBytesScannedCutoffPerQuery()removeBytesScannedCutoffPerQuery - Indicates that the data usage control limit per query is removed.
See BytesScannedCutoffPerQuery .this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder removeBytesScannedCutoffPerQuery(IResolvable removeBytesScannedCutoffPerQuery)
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.getRemoveBytesScannedCutoffPerQuery()removeBytesScannedCutoffPerQuery - Indicates that the data usage control limit per query is removed.
See BytesScannedCutoffPerQuery .this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder requesterPaysEnabled(Boolean requesterPaysEnabled)
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 .this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder requesterPaysEnabled(IResolvable requesterPaysEnabled)
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 .this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder resultConfigurationUpdates(CfnWorkGroup.ResultConfigurationUpdatesProperty resultConfigurationUpdates)
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.getResultConfigurationUpdates()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@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder resultConfigurationUpdates(IResolvable resultConfigurationUpdates)
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.getResultConfigurationUpdates()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@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationUpdatesProperty build()
build in interface software.amazon.jsii.Builder<CfnWorkGroup.WorkGroupConfigurationUpdatesProperty>CfnWorkGroup.WorkGroupConfigurationUpdatesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.