public static interface GroupQuery.Builder extends SdkPojo, CopyableBuilder<GroupQuery.Builder,GroupQuery>
| Modifier and Type | Method and Description |
|---|---|
GroupQuery.Builder |
groupName(String groupName)
The name of the resource group that is associated with the specified resource query.
|
default GroupQuery.Builder |
resourceQuery(Consumer<ResourceQuery.Builder> resourceQuery)
The resource query that determines which AWS resources are members of the associated resource group.
|
GroupQuery.Builder |
resourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS resources are members of the associated resource group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroupQuery.Builder groupName(String groupName)
The name of the resource group that is associated with the specified resource query.
groupName - The name of the resource group that is associated with the specified resource query.GroupQuery.Builder resourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS resources are members of the associated resource group.
resourceQuery - The resource query that determines which AWS resources are members of the associated resource group.default GroupQuery.Builder resourceQuery(Consumer<ResourceQuery.Builder> resourceQuery)
The resource query that determines which AWS resources are members of the associated resource group.
This is a convenience that creates an instance of theResourceQuery.Builder avoiding the need to
create one manually via ResourceQuery.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceQuery(ResourceQuery).resourceQuery - a consumer that will call methods on ResourceQuery.BuilderresourceQuery(ResourceQuery)Copyright © 2020. All rights reserved.