| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
WorkGroupConfiguration |
WorkGroupConfiguration.clone() |
WorkGroupConfiguration |
CreateWorkGroupRequest.getConfiguration()
Contains configuration information for creating an Athena SQL workgroup or Spark enabled Athena workgroup.
|
WorkGroupConfiguration |
WorkGroup.getConfiguration()
The configuration of the workgroup, which includes the location in Amazon S3 where query and calculation results
are stored, the encryption configuration, if any, used for query and calculation results; whether the Amazon
CloudWatch Metrics are enabled for the workgroup; whether workgroup settings override client-side settings; and
the data usage limits for the amount of data scanned per query or per workgroup.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withAdditionalConfiguration(String additionalConfiguration)
Specifies a user defined JSON string that is passed to the notebook engine.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withBytesScannedCutoffPerQuery(Long bytesScannedCutoffPerQuery)
The upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withCustomerContentEncryptionConfiguration(CustomerContentEncryptionConfiguration customerContentEncryptionConfiguration)
Specifies the KMS key that is used to encrypt the user's data stores in Athena.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withEnableMinimumEncryptionConfiguration(Boolean enableMinimumEncryptionConfiguration)
Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to
Amazon S3.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withEnforceWorkGroupConfiguration(Boolean enforceWorkGroupConfiguration)
If set to "true", the settings for the workgroup override client-side settings.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withEngineVersion(EngineVersion engineVersion)
The engine version that all queries running on the workgroup use.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withExecutionRole(String executionRole)
The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled
workgroups.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withIdentityCenterConfiguration(IdentityCenterConfiguration identityCenterConfiguration)
Specifies whether the workgroup is IAM Identity Center supported.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withPublishCloudWatchMetricsEnabled(Boolean publishCloudWatchMetricsEnabled)
Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withQueryResultsS3AccessGrantsConfiguration(QueryResultsS3AccessGrantsConfiguration queryResultsS3AccessGrantsConfiguration)
Specifies whether Amazon S3 access grants are enabled for query results.
|
WorkGroupConfiguration |
WorkGroupConfiguration.withRequesterPaysEnabled(Boolean requesterPaysEnabled)
If set to
true, allows members assigned to a workgroup to reference Amazon S3 Requester Pays buckets
in queries. |
WorkGroupConfiguration |
WorkGroupConfiguration.withResultConfiguration(ResultConfiguration resultConfiguration)
The configuration for the workgroup, which includes the location in Amazon S3 where query and calculation results
are stored and the encryption option, if any, used for query and calculation results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWorkGroupRequest.setConfiguration(WorkGroupConfiguration configuration)
Contains configuration information for creating an Athena SQL workgroup or Spark enabled Athena workgroup.
|
void |
WorkGroup.setConfiguration(WorkGroupConfiguration configuration)
The configuration of the workgroup, which includes the location in Amazon S3 where query and calculation results
are stored, the encryption configuration, if any, used for query and calculation results; whether the Amazon
CloudWatch Metrics are enabled for the workgroup; whether workgroup settings override client-side settings; and
the data usage limits for the amount of data scanned per query or per workgroup.
|
CreateWorkGroupRequest |
CreateWorkGroupRequest.withConfiguration(WorkGroupConfiguration configuration)
Contains configuration information for creating an Athena SQL workgroup or Spark enabled Athena workgroup.
|
WorkGroup |
WorkGroup.withConfiguration(WorkGroupConfiguration configuration)
The configuration of the workgroup, which includes the location in Amazon S3 where query and calculation results
are stored, the encryption configuration, if any, used for query and calculation results; whether the Amazon
CloudWatch Metrics are enabled for the workgroup; whether workgroup settings override client-side settings; and
the data usage limits for the amount of data scanned per query or per workgroup.
|
Copyright © 2023. All rights reserved.