Interface Group.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Group.Builder,Group>, SdkBuilder<Group.Builder,Group>, SdkPojo
Enclosing class:
Group

public static interface Group.Builder extends SdkPojo, CopyableBuilder<Group.Builder,Group>
  • Method Details

    • groupArn

      Group.Builder groupArn(String groupArn)

      The ARN of the resource group.

      Parameters:
      groupArn - The ARN of the resource group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Group.Builder name(String 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

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