Interface UpdateGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateGroupRequest.Builder,,UpdateGroupRequest> ResourceGroupsRequest.Builder,SdkBuilder<UpdateGroupRequest.Builder,,UpdateGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateGroupRequest
public static interface UpdateGroupRequest.Builder
extends ResourceGroupsRequest.Builder, SdkPojo, CopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The new description that you want to update the resource group with.The name or the ARN of the resource group to modify.Deprecated.This field is deprecated, use Group instead.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.resourcegroups.model.ResourceGroupsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
The name or the ARN of the resource group to modify.
- Parameters:
group- The name or the ARN of the resource group to modify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.
- Parameters:
description- The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-