Interface GroupSummary.Builder

    • Method Detail

      • id

        GroupSummary.Builder id​(String id)

        The unique ID of the group.

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

        GroupSummary.Builder name​(String name)

        The name of the group.

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

        GroupSummary.Builder arn​(String arn)

        The ARN of the group.

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