public static interface GetWorkGroupResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<GetWorkGroupResponse.Builder,GetWorkGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetWorkGroupResponse.Builder |
workGroup(Consumer<WorkGroup.Builder> workGroup)
Information about the workgroup.
|
GetWorkGroupResponse.Builder |
workGroup(WorkGroup workGroup)
Information about the workgroup.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkGroupResponse.Builder workGroup(WorkGroup workGroup)
Information about the workgroup.
workGroup - Information about the workgroup.default GetWorkGroupResponse.Builder workGroup(Consumer<WorkGroup.Builder> workGroup)
Information about the workgroup.
This is a convenience method that creates an instance of theWorkGroup.Builder avoiding the need to
create one manually via WorkGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to workGroup(WorkGroup).
workGroup - a consumer that will call methods on WorkGroup.BuilderworkGroup(WorkGroup)Copyright © 2023. All rights reserved.