public static interface UpdateGroupQueryRequest.Builder extends ResourceGroupsRequest.Builder, CopyableBuilder<UpdateGroupQueryRequest.Builder,UpdateGroupQueryRequest>
Modifier and Type | Method and Description |
---|---|
UpdateGroupQueryRequest.Builder |
groupName(String groupName)
The name of the resource group for which you want to edit the query.
|
UpdateGroupQueryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateGroupQueryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default UpdateGroupQueryRequest.Builder |
resourceQuery(Consumer<ResourceQuery.Builder> resourceQuery)
The resource query that determines which AWS resources are members of the resource group.
|
UpdateGroupQueryRequest.Builder |
resourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS resources are members of the resource group.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateGroupQueryRequest.Builder groupName(String groupName)
The name of the resource group for which you want to edit the query.
groupName
- The name of the resource group for which you want to edit the query.UpdateGroupQueryRequest.Builder resourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS resources are members of the resource group.
resourceQuery
- The resource query that determines which AWS resources are members of the resource group.default UpdateGroupQueryRequest.Builder resourceQuery(Consumer<ResourceQuery.Builder> resourceQuery)
The resource query that determines which AWS resources are members of the 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.Builder
resourceQuery(ResourceQuery)
UpdateGroupQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateGroupQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.