public static interface UpdateGroupRequest.Builder extends ResourceGroupsRequest.Builder, 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)
Add an optional request override configuration.
|
UpdateGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateGroupRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateGroupRequest.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.