public static interface WorkGroupSummary.Builder extends SdkPojo, CopyableBuilder<WorkGroupSummary.Builder,WorkGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
WorkGroupSummary.Builder |
creationTime(Instant creationTime)
The workgroup creation date and time.
|
WorkGroupSummary.Builder |
description(String description)
The workgroup description.
|
default WorkGroupSummary.Builder |
engineVersion(Consumer<EngineVersion.Builder> engineVersion)
The engine version setting for all queries on the workgroup.
|
WorkGroupSummary.Builder |
engineVersion(EngineVersion engineVersion)
The engine version setting for all queries on the workgroup.
|
WorkGroupSummary.Builder |
name(String name)
The name of the workgroup.
|
WorkGroupSummary.Builder |
state(String state)
The state of the workgroup.
|
WorkGroupSummary.Builder |
state(WorkGroupState state)
The state of the workgroup.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkGroupSummary.Builder name(String name)
The name of the workgroup.
name - The name of the workgroup.WorkGroupSummary.Builder state(String state)
The state of the workgroup.
state - The state of the workgroup.WorkGroupState,
WorkGroupStateWorkGroupSummary.Builder state(WorkGroupState state)
The state of the workgroup.
state - The state of the workgroup.WorkGroupState,
WorkGroupStateWorkGroupSummary.Builder description(String description)
The workgroup description.
description - The workgroup description.WorkGroupSummary.Builder creationTime(Instant creationTime)
The workgroup creation date and time.
creationTime - The workgroup creation date and time.WorkGroupSummary.Builder engineVersion(EngineVersion engineVersion)
The engine version setting for all queries on the workgroup. Queries on the
AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.
engineVersion - The engine version setting for all queries on the workgroup. Queries on the
AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this
setting.default WorkGroupSummary.Builder engineVersion(Consumer<EngineVersion.Builder> engineVersion)
The engine version setting for all queries on the workgroup. Queries on the
AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.
EngineVersion.Builder avoiding the need
to create one manually via EngineVersion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to engineVersion(EngineVersion).
engineVersion - a consumer that will call methods on EngineVersion.BuilderengineVersion(EngineVersion)Copyright © 2023. All rights reserved.