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

    • arn

      The Amazon Resource Name (ARN) for the group.

      Parameters:
      arn - The Amazon Resource Name (ARN) for the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupName

      Group.Builder groupName(String groupName)

      The name of the group.

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

      Group.Builder description(String description)

      The group description.

      Parameters:
      description - The group description.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • principalId

      Group.Builder principalId(String principalId)

      The principal ID of the group.

      Parameters:
      principalId - The principal ID of the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.