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 description of the resource group.
|
UpdateGroupRequest.Builder |
groupName(String groupName)
The name of the resource group for which you want to update its description.
|
UpdateGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildUpdateGroupRequest.Builder groupName(String groupName)
The name of the resource group for which you want to update its description.
groupName - The name of the resource group for which you want to update its description.UpdateGroupRequest.Builder description(String description)
The description of the resource group. Descriptions can have a maximum of 511 characters, including letters, numbers, hyphens, underscores, punctuation, and spaces.
description - The description of the resource group. Descriptions can have a maximum of 511 characters, including
letters, numbers, hyphens, underscores, punctuation, and spaces.UpdateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.