| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.additionalConfiguration(String additionalConfiguration)
Specifies a user defined JSON string that is passed to the notebook engine.
|
static WorkGroupConfiguration.Builder |
WorkGroupConfiguration.builder() |
WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.bytesScannedCutoffPerQuery(Long bytesScannedCutoffPerQuery)
The upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
|
default WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.customerContentEncryptionConfiguration(Consumer<CustomerContentEncryptionConfiguration.Builder> customerContentEncryptionConfiguration)
Specifies the KMS key that is used to encrypt the user's data stores in Athena.
|
WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.customerContentEncryptionConfiguration(CustomerContentEncryptionConfiguration customerContentEncryptionConfiguration)
Specifies the KMS key that is used to encrypt the user's data stores in Athena.
|
WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.enableMinimumEncryptionConfiguration(Boolean enableMinimumEncryptionConfiguration)
Enforces a minimal level of encryption for the workgroup for query and calculation results that are written
to Amazon S3.
|
WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.enforceWorkGroupConfiguration(Boolean enforceWorkGroupConfiguration)
If set to "true", the settings for the workgroup override client-side settings.
|
default WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.engineVersion(Consumer<EngineVersion.Builder> engineVersion)
The engine version that all queries running on the workgroup use.
|
WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.engineVersion(EngineVersion engineVersion)
The engine version that all queries running on the workgroup use.
|
WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.executionRole(String executionRole)
Role used in a session for accessing the user's resources.
|
WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.publishCloudWatchMetricsEnabled(Boolean publishCloudWatchMetricsEnabled)
Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.
|
WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.requesterPaysEnabled(Boolean requesterPaysEnabled)
If set to
true, allows members assigned to a workgroup to reference Amazon S3 Requester Pays
buckets in queries. |
default WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.resultConfiguration(Consumer<ResultConfiguration.Builder> 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.
|
WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.resultConfiguration(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.
|
WorkGroupConfiguration.Builder |
WorkGroupConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkGroupConfiguration.Builder> |
WorkGroupConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.Builder.configuration(Consumer<WorkGroupConfiguration.Builder> configuration)
Contains configuration information for creating an Athena SQL workgroup or Spark enabled Athena workgroup.
|
default WorkGroup.Builder |
WorkGroup.Builder.configuration(Consumer<WorkGroupConfiguration.Builder> 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.