Interface Group.Builder

    • Method Detail

      • arn

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