| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsAthenaWorkGroupDetails.Builder |
AwsAthenaWorkGroupDetails.builder() |
AwsAthenaWorkGroupDetails.Builder |
AwsAthenaWorkGroupDetails.Builder.configuration(AwsAthenaWorkGroupConfigurationDetails configuration)
The configuration of the workgroup, which includes the location in Amazon Simple Storage Service (Amazon S3)
where query results are stored, the encryption option, if any, used for query results, whether Amazon
CloudWatch metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per
query, if it is specified.
|
default AwsAthenaWorkGroupDetails.Builder |
AwsAthenaWorkGroupDetails.Builder.configuration(Consumer<AwsAthenaWorkGroupConfigurationDetails.Builder> configuration)
The configuration of the workgroup, which includes the location in Amazon Simple Storage Service (Amazon S3)
where query results are stored, the encryption option, if any, used for query results, whether Amazon
CloudWatch metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per
query, if it is specified.
|
AwsAthenaWorkGroupDetails.Builder |
AwsAthenaWorkGroupDetails.Builder.description(String description)
The workgroup description.
|
AwsAthenaWorkGroupDetails.Builder |
AwsAthenaWorkGroupDetails.Builder.name(String name)
The workgroup name.
|
AwsAthenaWorkGroupDetails.Builder |
AwsAthenaWorkGroupDetails.Builder.state(String state)
Whether the workgroup is enabled or disabled.
|
AwsAthenaWorkGroupDetails.Builder |
AwsAthenaWorkGroupDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsAthenaWorkGroupDetails.Builder> |
AwsAthenaWorkGroupDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDetails.Builder |
ResourceDetails.Builder.awsAthenaWorkGroup(Consumer<AwsAthenaWorkGroupDetails.Builder> awsAthenaWorkGroup)
Provides information about an Amazon Athena workgroup.
|
Copyright © 2023. All rights reserved.