Interface UpdateGroupQueryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateGroupQueryRequest.Builder,UpdateGroupQueryRequest>,ResourceGroupsRequest.Builder,SdkBuilder<UpdateGroupQueryRequest.Builder,UpdateGroupQueryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateGroupQueryRequest
public static interface UpdateGroupQueryRequest.Builder extends ResourceGroupsRequest.Builder, SdkPojo, CopyableBuilder<UpdateGroupQueryRequest.Builder,UpdateGroupQueryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description UpdateGroupQueryRequest.Buildergroup(String group)The name or the Amazon resource name (ARN) of the resource group to query.UpdateGroupQueryRequest.BuildergroupName(String groupName)Deprecated.This field is deprecated, use Group instead.UpdateGroupQueryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGroupQueryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateGroupQueryRequest.BuilderresourceQuery(Consumer<ResourceQuery.Builder> resourceQuery)The resource query to determine which Amazon Web Services resources are members of this resource group.UpdateGroupQueryRequest.BuilderresourceQuery(ResourceQuery resourceQuery)The resource query to determine which Amazon Web Services resources are members of this resource group.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.resourcegroups.model.ResourceGroupsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
groupName
@Deprecated UpdateGroupQueryRequest.Builder groupName(String groupName)
Deprecated.This field is deprecated, use Group instead.Don't use this parameter. Use
Groupinstead.- Parameters:
groupName- Don't use this parameter. UseGroupinstead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
group
UpdateGroupQueryRequest.Builder group(String group)
The name or the Amazon resource name (ARN) of the resource group to query.
- Parameters:
group- The name or the Amazon resource name (ARN) of the resource group to query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceQuery
UpdateGroupQueryRequest.Builder resourceQuery(ResourceQuery resourceQuery)
The resource query to determine which Amazon Web Services resources are members of this resource group.
A resource group can contain either a
Configurationor aResourceQuery, but not both.- Parameters:
resourceQuery- The resource query to determine which Amazon Web Services resources are members of this resource group.A resource group can contain either a
Configurationor aResourceQuery, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceQuery
default UpdateGroupQueryRequest.Builder resourceQuery(Consumer<ResourceQuery.Builder> resourceQuery)
The resource query to determine which Amazon Web Services resources are members of this resource group.
This is a convenience method that creates an instance of theA resource group can contain either a
Configurationor aResourceQuery, but not both.ResourceQuery.Builderavoiding the need to create one manually viaResourceQuery.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceQuery(ResourceQuery).- Parameters:
resourceQuery- a consumer that will call methods onResourceQuery.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resourceQuery(ResourceQuery)
-
overrideConfiguration
UpdateGroupQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateGroupQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-