Interface GroupIdentifier.Builder

  • Method Details

    • groupName

      GroupIdentifier.Builder groupName(String 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

      GroupIdentifier.Builder groupArn(String 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

      GroupIdentifier.Builder description(String 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

      GroupIdentifier.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

      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

      GroupIdentifier.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.