| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateWorkGroupResponse |
AthenaClient.createWorkGroup(Consumer<CreateWorkGroupRequest.Builder> createWorkGroupRequest)
Creates a workgroup with the specified name.
|
default CompletableFuture<CreateWorkGroupResponse> |
AthenaAsyncClient.createWorkGroup(Consumer<CreateWorkGroupRequest.Builder> createWorkGroupRequest)
Creates a workgroup with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.builder() |
default CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.Builder.configuration(Consumer<WorkGroupConfiguration.Builder> configuration)
The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored,
the encryption configuration, if any, used for encrypting query results, whether the Amazon CloudWatch
Metrics are enabled for the workgroup, the limit for the amount of bytes scanned (cutoff) per query, if it is
specified, and whether workgroup's settings (specified with
EnforceWorkGroupConfiguration) in
the WorkGroupConfiguration override client-side settings. |
CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.Builder.configuration(WorkGroupConfiguration configuration)
The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored,
the encryption configuration, if any, used for encrypting query results, whether the Amazon CloudWatch
Metrics are enabled for the workgroup, the limit for the amount of bytes scanned (cutoff) per query, if it is
specified, and whether workgroup's settings (specified with
EnforceWorkGroupConfiguration) in
the WorkGroupConfiguration override client-side settings. |
CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.Builder.description(String description)
The workgroup description.
|
CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.Builder.name(String name)
The workgroup name.
|
CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.Builder.tags(Collection<Tag> tags)
A list of comma separated tags to add to the workgroup that is created.
|
CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of comma separated tags to add to the workgroup that is created.
|
CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.Builder.tags(Tag... tags)
A list of comma separated tags to add to the workgroup that is created.
|
CreateWorkGroupRequest.Builder |
CreateWorkGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateWorkGroupRequest.Builder> |
CreateWorkGroupRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.