@Stability(value=Stable) public static final class CfnWorkGroup.WorkGroupConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWorkGroup.WorkGroupConfigurationProperty>
CfnWorkGroup.WorkGroupConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationProperty.Builder bytesScannedCutoffPerQuery(Number bytesScannedCutoffPerQuery)
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.WorkGroupConfigurationProperty.Builder enforceWorkGroupConfiguration(Boolean enforceWorkGroupConfiguration)
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.WorkGroupConfigurationProperty.Builder enforceWorkGroupConfiguration(IResolvable enforceWorkGroupConfiguration)
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.WorkGroupConfigurationProperty.Builder engineVersion(CfnWorkGroup.EngineVersionProperty engineVersion)
CfnWorkGroup.WorkGroupConfigurationProperty.getEngineVersion()engineVersion - The engine version that all queries running on the workgroup use.
Queries on the AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationProperty.Builder engineVersion(IResolvable engineVersion)
CfnWorkGroup.WorkGroupConfigurationProperty.getEngineVersion()engineVersion - The engine version that all queries running on the workgroup use.
Queries on the AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationProperty.Builder publishCloudWatchMetricsEnabled(Boolean publishCloudWatchMetricsEnabled)
publishCloudWatchMetricsEnabled - Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationProperty.Builder publishCloudWatchMetricsEnabled(IResolvable publishCloudWatchMetricsEnabled)
publishCloudWatchMetricsEnabled - Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationProperty.Builder requesterPaysEnabled(Boolean requesterPaysEnabled)
CfnWorkGroup.WorkGroupConfigurationProperty.getRequesterPaysEnabled()requesterPaysEnabled - If set to `true` , allows members assigned to a workgroup to reference 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.WorkGroupConfigurationProperty.Builder requesterPaysEnabled(IResolvable requesterPaysEnabled)
CfnWorkGroup.WorkGroupConfigurationProperty.getRequesterPaysEnabled()requesterPaysEnabled - If set to `true` , allows members assigned to a workgroup to reference 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.WorkGroupConfigurationProperty.Builder resultConfiguration(CfnWorkGroup.ResultConfigurationProperty resultConfiguration)
CfnWorkGroup.WorkGroupConfigurationProperty.getResultConfiguration()resultConfiguration - Specifies the location in Amazon S3 where query results are stored and the encryption option, if any, used for query results.
For more information, see Working with Query Results, Output Files, and Query History .this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationProperty.Builder resultConfiguration(IResolvable resultConfiguration)
CfnWorkGroup.WorkGroupConfigurationProperty.getResultConfiguration()resultConfiguration - Specifies the location in Amazon S3 where query results are stored and the encryption option, if any, used for query results.
For more information, see Working with Query Results, Output Files, and Query History .this@Stability(value=Stable) public CfnWorkGroup.WorkGroupConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnWorkGroup.WorkGroupConfigurationProperty>CfnWorkGroup.WorkGroupConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.