public static interface UpdateGroupRequest.Builder extends ResourceGroupsRequest.Builder, SdkPojo, CopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupRequest.Builder |
description(String description)
The new description that you want to update the resource group with.
|
UpdateGroupRequest.Builder |
group(String group)
The name or the ARN of the resource group to modify.
|
UpdateGroupRequest.Builder |
groupName(String groupName)
Deprecated.
This field is deprecated, use Group instead.
|
UpdateGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, build@Deprecated UpdateGroupRequest.Builder groupName(String groupName)
Don't use this parameter. Use Group instead.
groupName - Don't use this parameter. Use Group instead.UpdateGroupRequest.Builder group(String group)
The name or the ARN of the resource group to modify.
group - The name or the ARN of the resource group to modify.UpdateGroupRequest.Builder description(String description)
The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.
description - The new description that you want to update the resource group with. Descriptions can contain letters,
numbers, hyphens, underscores, periods, and spaces.UpdateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.