Interface Group.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Group.Builder,
,Group> SdkBuilder<Group.Builder,
,Group> SdkPojo
- Enclosing class:
Group
@Mutable
@NotThreadSafe
public static interface Group.Builder
extends SdkPojo, CopyableBuilder<Group.Builder,Group>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationTag
(Map<String, String> applicationTag) A tag that defines the application group membership.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.description
(String description) The description of the resource 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 application 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
-
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.
-
name
The name of the resource group.
- Parameters:
name
- The name of the resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the resource group.
- Parameters:
description
- The description of the resource 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 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.
-
applicationTag
A tag that defines the application group membership. This tag is only supported for application groups.
- Parameters:
applicationTag
- A tag that defines the application group membership. This tag is only supported for application groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-