@Generated(value="software.amazon.awssdk:codegen") public final class WorkGroupConfigurationUpdates extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkGroupConfigurationUpdates.Builder,WorkGroupConfigurationUpdates>
The configuration information that will be updated for this workgroup, which includes the location in Amazon S3 where query and calculation results are stored, the encryption option, if any, used for query results, whether the Amazon CloudWatch Metrics are enabled for the workgroup, whether the workgroup settings override the client-side settings, and the data usage limit for the amount of bytes scanned per query, if it is specified.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkGroupConfigurationUpdates.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
additionalConfiguration()
Contains a user defined string in JSON format for a Spark-enabled workgroup.
|
static WorkGroupConfigurationUpdates.Builder |
builder() |
Long |
bytesScannedCutoffPerQuery()
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
|
CustomerContentEncryptionConfiguration |
customerContentEncryptionConfiguration()
Returns the value of the CustomerContentEncryptionConfiguration property for this object.
|
Boolean |
enableMinimumEncryptionConfiguration()
Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to
Amazon S3.
|
Boolean |
enforceWorkGroupConfiguration()
If set to "true", the settings for the workgroup override client-side settings.
|
EngineVersion |
engineVersion()
The engine version requested when a workgroup is updated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionRole()
Contains the ARN of the execution role for the workgroup
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
publishCloudWatchMetricsEnabled()
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
|
Boolean |
removeBytesScannedCutoffPerQuery()
Indicates that the data usage control limit per query is removed.
|
Boolean |
removeCustomerContentEncryptionConfiguration()
Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.
|
Boolean |
requesterPaysEnabled()
If set to
true, allows members assigned to a workgroup to specify Amazon S3 Requester Pays buckets
in queries. |
ResultConfigurationUpdates |
resultConfigurationUpdates()
The result configuration information about the queries in this workgroup that will be updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorkGroupConfigurationUpdates.Builder> |
serializableBuilderClass() |
WorkGroupConfigurationUpdates.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final 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.
public final Boolean publishCloudWatchMetricsEnabled()
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
public final Long bytesScannedCutoffPerQuery()
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
public final Boolean removeBytesScannedCutoffPerQuery()
Indicates that the data usage control limit per query is removed. WorkGroupConfiguration$BytesScannedCutoffPerQuery
public final 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.
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.public final 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.
AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this
setting.public final Boolean removeCustomerContentEncryptionConfiguration()
Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.
public final String additionalConfiguration()
Contains a user defined string in JSON format for a Spark-enabled workgroup.
public final String executionRole()
Contains the ARN of the execution role for the workgroup
public final CustomerContentEncryptionConfiguration customerContentEncryptionConfiguration()
public final Boolean enableMinimumEncryptionConfiguration()
Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries. This setting does not apply to Spark-enabled workgroups.
The EnforceWorkGroupConfiguration setting takes precedence over the
EnableMinimumEncryptionConfiguration flag. This means that if
EnforceWorkGroupConfiguration is true, the EnableMinimumEncryptionConfiguration flag is
ignored, and the workgroup configuration for encryption is used.
The EnforceWorkGroupConfiguration setting takes precedence over the
EnableMinimumEncryptionConfiguration flag. This means that if
EnforceWorkGroupConfiguration is true, the EnableMinimumEncryptionConfiguration
flag is ignored, and the workgroup configuration for encryption is used.
public WorkGroupConfigurationUpdates.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkGroupConfigurationUpdates.Builder,WorkGroupConfigurationUpdates>public static WorkGroupConfigurationUpdates.Builder builder()
public static Class<? extends WorkGroupConfigurationUpdates.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.