public static interface GetGroupQueryResponse.Builder extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<GetGroupQueryResponse.Builder,GetGroupQueryResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetGroupQueryResponse.Builder |
groupQuery(Consumer<GroupQuery.Builder> groupQuery)
The resource query associated with the specified group.
|
GetGroupQueryResponse.Builder |
groupQuery(GroupQuery groupQuery)
The resource query associated with the specified group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGroupQueryResponse.Builder groupQuery(GroupQuery groupQuery)
The resource query associated with the specified group. For more information about resource queries, see Create a tag-based group in Resource Groups.
groupQuery - The resource query associated with the specified group. For more information about resource queries,
see Create a tag-based group in Resource Groups.default GetGroupQueryResponse.Builder groupQuery(Consumer<GroupQuery.Builder> groupQuery)
The resource query associated with the specified group. For more information about resource queries, see Create a tag-based group in Resource Groups.
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 © 2022. All rights reserved.