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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
groupArnThe 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.
 
- 
nameThe 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.
 
- 
descriptionThe 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.
 
- 
criticalityThe 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.
 
- 
ownerA 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.
 
- 
displayNameThe 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.
 
- 
applicationTagA 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.
 
 
-