Interface ListGroupsResponse.Builder

    • Method Detail

      • directoryId

        ListGroupsResponse.Builder directoryId​(String directoryId)

        The identifier (ID) of the directory that's associated with the group.

        Parameters:
        directoryId - The identifier (ID) of the directory that's associated with the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groups

        ListGroupsResponse.Builder groups​(Collection<GroupSummary> groups)

        The group information that the request returns.

        Parameters:
        groups - The group information that the request returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groups

        ListGroupsResponse.Builder groups​(GroupSummary... groups)

        The group information that the request returns.

        Parameters:
        groups - The group information that the request returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListGroupsResponse.Builder nextToken​(String nextToken)

        An encoded paging token for paginated calls that can be passed back to retrieve the next page.

        Parameters:
        nextToken - An encoded paging token for paginated calls that can be passed back to retrieve the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • realm

        ListGroupsResponse.Builder realm​(String realm)

        The domain name associated with the group.

        Parameters:
        realm - The domain name associated with the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.