| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static ListWorkGroupsResponse.Builder |
ListWorkGroupsResponse.builder() |
ListWorkGroupsResponse.Builder |
ListWorkGroupsResponse.Builder.nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListWorkGroupsResponse.Builder |
ListWorkGroupsResponse.toBuilder() |
ListWorkGroupsResponse.Builder |
ListWorkGroupsResponse.Builder.workGroups(Collection<WorkGroupSummary> workGroups)
A list of WorkGroupSummary objects that include the names, descriptions, creation times, and states
for each workgroup.
|
ListWorkGroupsResponse.Builder |
ListWorkGroupsResponse.Builder.workGroups(Consumer<WorkGroupSummary.Builder>... workGroups)
A list of WorkGroupSummary objects that include the names, descriptions, creation times, and states
for each workgroup.
|
ListWorkGroupsResponse.Builder |
ListWorkGroupsResponse.Builder.workGroups(WorkGroupSummary... workGroups)
A list of WorkGroupSummary objects that include the names, descriptions, creation times, and states
for each workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListWorkGroupsResponse.Builder> |
ListWorkGroupsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.