public static interface UpdateGroupQueryResponse.Builder extends ResourceGroupsResponse.Builder, CopyableBuilder<UpdateGroupQueryResponse.Builder,UpdateGroupQueryResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateGroupQueryResponse.Builder |
groupQuery(Consumer<GroupQuery.Builder> groupQuery)
The resource query associated with the resource group after the update.
|
UpdateGroupQueryResponse.Builder |
groupQuery(GroupQuery groupQuery)
The resource query associated with the resource group after the update.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateGroupQueryResponse.Builder groupQuery(GroupQuery groupQuery)
The resource query associated with the resource group after the update.
groupQuery - The resource query associated with the resource group after the update.default UpdateGroupQueryResponse.Builder groupQuery(Consumer<GroupQuery.Builder> groupQuery)
The resource query associated with the resource group after the update.
This is a convenience that creates an instance of theGroupQuery.Builder avoiding the need to create
one manually via GroupQuery.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to groupQuery(GroupQuery).groupQuery - a consumer that will call methods on GroupQuery.BuildergroupQuery(GroupQuery)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.