Interface GroupIdentifier.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GroupIdentifier.Builder,
,GroupIdentifier> SdkBuilder<GroupIdentifier.Builder,
,GroupIdentifier> SdkPojo
- Enclosing class:
GroupIdentifier
@Mutable
@NotThreadSafe
public static interface GroupIdentifier.Builder
extends SdkPojo, CopyableBuilder<GroupIdentifier.Builder,GroupIdentifier>
-
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 description of the application group.displayName
(String displayName) The name of the application group, which you can change at any time.The Amazon resource name (ARN) of the resource group.The name of the resource group.A name, email address or other identifier for the person or group who is considered as the owner of this group within your organization.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
The name of the resource group.
- Parameters:
groupName
- The name of the resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupArn
The Amazon resource name (ARN) of the resource group.
- Parameters:
groupArn
- The Amazon resource name (ARN) of the resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the application group.
- Parameters:
description
- The description of the application group.- 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 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 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.
-