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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UpdateGroupRequest.Buildercriticality(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.UpdateGroupRequest.Builderdescription(String description)The new description that you want to update the resource group with.UpdateGroupRequest.BuilderdisplayName(String displayName)The name of the application group, which you can change at any time.UpdateGroupRequest.Buildergroup(String group)The name or the ARN of the resource group to update.UpdateGroupRequest.BuildergroupName(String groupName)Deprecated.This field is deprecated, use Group instead.UpdateGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGroupRequest.Builderowner(String 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.-
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 Detail
-
groupName
@Deprecated UpdateGroupRequest.Builder groupName(String 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
UpdateGroupRequest.Builder group(String 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
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.
- 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
UpdateGroupRequest.Builder criticality(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.
- 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
UpdateGroupRequest.Builder owner(String 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
UpdateGroupRequest.Builder displayName(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-