Interface UpdateGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateGroupRequest.Builder,
,UpdateGroupRequest> ResourceGroupsRequest.Builder
,SdkBuilder<UpdateGroupRequest.Builder,
,UpdateGroupRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateGroupRequest
@Mutable
@NotThreadSafe
public static interface UpdateGroupRequest.Builder
extends ResourceGroupsRequest.Builder, SdkPojo, CopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncriticality
(Integer criticality) The critical rank of the application group on a scale of 1 to 10, with a rank of 1 being the most critical, and a rank of 10 being least critical.description
(String description) The new description that you want to update the resource group with.displayName
(String displayName) The name of the application group, which you can change at any time.The name or the ARN of the resource group to update.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.A name, email address or other identifier for the person or group who is considered as the owner of this application group within your organization.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, sdkFieldNameToField, sdkFields
-
Method Details
-
groupName
Deprecated.This field is deprecated, use Group instead.Don't use this parameter. Use
Group
instead.- Parameters:
groupName
- Don't use this parameter. UseGroup
instead.- 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 update.
- Parameters:
group
- The name or the ARN of the resource group to update.- 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.
-
criticality
The critical rank of the application group on a scale of 1 to 10, with a rank of 1 being the most critical, and a rank of 10 being least critical.
- Parameters:
criticality
- The critical rank of the application group on a scale of 1 to 10, with a rank of 1 being the most critical, and a rank of 10 being least critical.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owner
A name, email address or other identifier for the person or group who is considered as the owner of this application group within your organization.
- Parameters:
owner
- A name, email address or other identifier for the person or group who is considered as the owner of this application group within your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The name of the application group, which you can change at any time.
- Parameters:
displayName
- The name of the application group, which you can change at any time.- 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-