@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkGroupConfigurationUpdates extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
WorkGroupConfigurationUpdates() |
Modifier and Type | Method and Description |
---|---|
WorkGroupConfigurationUpdates |
clone() |
boolean |
equals(Object obj) |
String |
getAdditionalConfiguration()
Contains a user defined string in JSON format for a Spark-enabled workgroup.
|
Long |
getBytesScannedCutoffPerQuery()
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
|
CustomerContentEncryptionConfiguration |
getCustomerContentEncryptionConfiguration() |
Boolean |
getEnableMinimumEncryptionConfiguration()
Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to
Amazon S3.
|
Boolean |
getEnforceWorkGroupConfiguration()
If set to "true", the settings for the workgroup override client-side settings.
|
EngineVersion |
getEngineVersion()
The engine version requested when a workgroup is updated.
|
String |
getExecutionRole()
The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled
workgroups.
|
Boolean |
getPublishCloudWatchMetricsEnabled()
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
|
QueryResultsS3AccessGrantsConfiguration |
getQueryResultsS3AccessGrantsConfiguration()
Specifies whether Amazon S3 access grants are enabled for query results.
|
Boolean |
getRemoveBytesScannedCutoffPerQuery()
Indicates that the data usage control limit per query is removed.
|
Boolean |
getRemoveCustomerContentEncryptionConfiguration()
Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.
|
Boolean |
getRequesterPaysEnabled()
If set to
true , allows members assigned to a workgroup to specify Amazon S3 Requester Pays buckets
in queries. |
ResultConfigurationUpdates |
getResultConfigurationUpdates()
The result configuration information about the queries in this workgroup that will be updated.
|
int |
hashCode() |
Boolean |
isEnableMinimumEncryptionConfiguration()
Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to
Amazon S3.
|
Boolean |
isEnforceWorkGroupConfiguration()
If set to "true", the settings for the workgroup override client-side settings.
|
Boolean |
isPublishCloudWatchMetricsEnabled()
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
|
Boolean |
isRemoveBytesScannedCutoffPerQuery()
Indicates that the data usage control limit per query is removed.
|
Boolean |
isRemoveCustomerContentEncryptionConfiguration()
Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.
|
Boolean |
isRequesterPaysEnabled()
If set to
true , allows members assigned to a workgroup to specify Amazon S3 Requester Pays buckets
in queries. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdditionalConfiguration(String additionalConfiguration)
Contains a user defined string in JSON format for a Spark-enabled workgroup.
|
void |
setBytesScannedCutoffPerQuery(Long bytesScannedCutoffPerQuery)
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
|
void |
setCustomerContentEncryptionConfiguration(CustomerContentEncryptionConfiguration customerContentEncryptionConfiguration) |
void |
setEnableMinimumEncryptionConfiguration(Boolean enableMinimumEncryptionConfiguration)
Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to
Amazon S3.
|
void |
setEnforceWorkGroupConfiguration(Boolean enforceWorkGroupConfiguration)
If set to "true", the settings for the workgroup override client-side settings.
|
void |
setEngineVersion(EngineVersion engineVersion)
The engine version requested when a workgroup is updated.
|
void |
setExecutionRole(String executionRole)
The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled
workgroups.
|
void |
setPublishCloudWatchMetricsEnabled(Boolean publishCloudWatchMetricsEnabled)
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
|
void |
setQueryResultsS3AccessGrantsConfiguration(QueryResultsS3AccessGrantsConfiguration queryResultsS3AccessGrantsConfiguration)
Specifies whether Amazon S3 access grants are enabled for query results.
|
void |
setRemoveBytesScannedCutoffPerQuery(Boolean removeBytesScannedCutoffPerQuery)
Indicates that the data usage control limit per query is removed.
|
void |
setRemoveCustomerContentEncryptionConfiguration(Boolean removeCustomerContentEncryptionConfiguration)
Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.
|
void |
setRequesterPaysEnabled(Boolean requesterPaysEnabled)
If set to
true , allows members assigned to a workgroup to specify Amazon S3 Requester Pays buckets
in queries. |
void |
setResultConfigurationUpdates(ResultConfigurationUpdates resultConfigurationUpdates)
The result configuration information about the queries in this workgroup that will be updated.
|
String |
toString()
Returns a string representation of this object.
|
WorkGroupConfigurationUpdates |
withAdditionalConfiguration(String additionalConfiguration)
Contains a user defined string in JSON format for a Spark-enabled workgroup.
|
WorkGroupConfigurationUpdates |
withBytesScannedCutoffPerQuery(Long bytesScannedCutoffPerQuery)
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
|
WorkGroupConfigurationUpdates |
withCustomerContentEncryptionConfiguration(CustomerContentEncryptionConfiguration customerContentEncryptionConfiguration) |
WorkGroupConfigurationUpdates |
withEnableMinimumEncryptionConfiguration(Boolean enableMinimumEncryptionConfiguration)
Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to
Amazon S3.
|
WorkGroupConfigurationUpdates |
withEnforceWorkGroupConfiguration(Boolean enforceWorkGroupConfiguration)
If set to "true", the settings for the workgroup override client-side settings.
|
WorkGroupConfigurationUpdates |
withEngineVersion(EngineVersion engineVersion)
The engine version requested when a workgroup is updated.
|
WorkGroupConfigurationUpdates |
withExecutionRole(String executionRole)
The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled
workgroups.
|
WorkGroupConfigurationUpdates |
withPublishCloudWatchMetricsEnabled(Boolean publishCloudWatchMetricsEnabled)
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
|
WorkGroupConfigurationUpdates |
withQueryResultsS3AccessGrantsConfiguration(QueryResultsS3AccessGrantsConfiguration queryResultsS3AccessGrantsConfiguration)
Specifies whether Amazon S3 access grants are enabled for query results.
|
WorkGroupConfigurationUpdates |
withRemoveBytesScannedCutoffPerQuery(Boolean removeBytesScannedCutoffPerQuery)
Indicates that the data usage control limit per query is removed.
|
WorkGroupConfigurationUpdates |
withRemoveCustomerContentEncryptionConfiguration(Boolean removeCustomerContentEncryptionConfiguration)
Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.
|
WorkGroupConfigurationUpdates |
withRequesterPaysEnabled(Boolean requesterPaysEnabled)
If set to
true , allows members assigned to a workgroup to specify Amazon S3 Requester Pays buckets
in queries. |
WorkGroupConfigurationUpdates |
withResultConfigurationUpdates(ResultConfigurationUpdates resultConfigurationUpdates)
The result configuration information about the queries in this workgroup that will be updated.
|
public void setEnforceWorkGroupConfiguration(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.public Boolean getEnforceWorkGroupConfiguration()
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 WorkGroupConfigurationUpdates withEnforceWorkGroupConfiguration(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.public Boolean isEnforceWorkGroupConfiguration()
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 void setResultConfigurationUpdates(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.public ResultConfigurationUpdates getResultConfigurationUpdates()
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 WorkGroupConfigurationUpdates withResultConfigurationUpdates(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.public void setPublishCloudWatchMetricsEnabled(Boolean publishCloudWatchMetricsEnabled)
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
publishCloudWatchMetricsEnabled
- Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.public Boolean getPublishCloudWatchMetricsEnabled()
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
public WorkGroupConfigurationUpdates withPublishCloudWatchMetricsEnabled(Boolean publishCloudWatchMetricsEnabled)
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
publishCloudWatchMetricsEnabled
- Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.public Boolean isPublishCloudWatchMetricsEnabled()
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
public void setBytesScannedCutoffPerQuery(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.public Long getBytesScannedCutoffPerQuery()
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
public WorkGroupConfigurationUpdates withBytesScannedCutoffPerQuery(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.public void setRemoveBytesScannedCutoffPerQuery(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$BytesScannedCutoffPerQuerypublic Boolean getRemoveBytesScannedCutoffPerQuery()
Indicates that the data usage control limit per query is removed. WorkGroupConfiguration$BytesScannedCutoffPerQuery
public WorkGroupConfigurationUpdates withRemoveBytesScannedCutoffPerQuery(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$BytesScannedCutoffPerQuerypublic Boolean isRemoveBytesScannedCutoffPerQuery()
Indicates that the data usage control limit per query is removed. WorkGroupConfiguration$BytesScannedCutoffPerQuery
public void setRequesterPaysEnabled(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.public Boolean getRequesterPaysEnabled()
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 WorkGroupConfigurationUpdates withRequesterPaysEnabled(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.public Boolean isRequesterPaysEnabled()
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 void setEngineVersion(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.public EngineVersion getEngineVersion()
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 WorkGroupConfigurationUpdates withEngineVersion(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.public void setRemoveCustomerContentEncryptionConfiguration(Boolean removeCustomerContentEncryptionConfiguration)
Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.
removeCustomerContentEncryptionConfiguration
- Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.public Boolean getRemoveCustomerContentEncryptionConfiguration()
Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.
public WorkGroupConfigurationUpdates withRemoveCustomerContentEncryptionConfiguration(Boolean removeCustomerContentEncryptionConfiguration)
Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.
removeCustomerContentEncryptionConfiguration
- Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.public Boolean isRemoveCustomerContentEncryptionConfiguration()
Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.
public void setAdditionalConfiguration(String additionalConfiguration)
Contains a user defined string in JSON format for a Spark-enabled workgroup.
additionalConfiguration
- Contains a user defined string in JSON format for a Spark-enabled workgroup.public String getAdditionalConfiguration()
Contains a user defined string in JSON format for a Spark-enabled workgroup.
public WorkGroupConfigurationUpdates withAdditionalConfiguration(String additionalConfiguration)
Contains a user defined string in JSON format for a Spark-enabled workgroup.
additionalConfiguration
- Contains a user defined string in JSON format for a Spark-enabled workgroup.public void setExecutionRole(String executionRole)
The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.
executionRole
- The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled
workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.public String getExecutionRole()
The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.
public WorkGroupConfigurationUpdates withExecutionRole(String executionRole)
The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.
executionRole
- The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled
workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.public void setCustomerContentEncryptionConfiguration(CustomerContentEncryptionConfiguration customerContentEncryptionConfiguration)
customerContentEncryptionConfiguration
- public CustomerContentEncryptionConfiguration getCustomerContentEncryptionConfiguration()
public WorkGroupConfigurationUpdates withCustomerContentEncryptionConfiguration(CustomerContentEncryptionConfiguration customerContentEncryptionConfiguration)
customerContentEncryptionConfiguration
- public void setEnableMinimumEncryptionConfiguration(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.
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.
public Boolean getEnableMinimumEncryptionConfiguration()
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 withEnableMinimumEncryptionConfiguration(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.
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.
public Boolean isEnableMinimumEncryptionConfiguration()
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 void setQueryResultsS3AccessGrantsConfiguration(QueryResultsS3AccessGrantsConfiguration queryResultsS3AccessGrantsConfiguration)
Specifies whether Amazon S3 access grants are enabled for query results.
queryResultsS3AccessGrantsConfiguration
- Specifies whether Amazon S3 access grants are enabled for query results.public QueryResultsS3AccessGrantsConfiguration getQueryResultsS3AccessGrantsConfiguration()
Specifies whether Amazon S3 access grants are enabled for query results.
public WorkGroupConfigurationUpdates withQueryResultsS3AccessGrantsConfiguration(QueryResultsS3AccessGrantsConfiguration queryResultsS3AccessGrantsConfiguration)
Specifies whether Amazon S3 access grants are enabled for query results.
queryResultsS3AccessGrantsConfiguration
- Specifies whether Amazon S3 access grants are enabled for query results.public String toString()
toString
in class Object
Object.toString()
public WorkGroupConfigurationUpdates clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.