Interface ListGroupMembersRequest.Builder

    • Method Detail

      • directoryId

        ListGroupMembersRequest.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.
      • maxResults

        ListGroupMembersRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to be returned per request.

        Parameters:
        maxResults - The maximum number of results to be returned per request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberRealm

        ListGroupMembersRequest.Builder memberRealm​(String memberRealm)

        The domain name that's associated with the group member. This parameter defaults to the Managed Microsoft AD domain.

        This parameter is optional and case insensitive.

        Parameters:
        memberRealm - The domain name that's associated with the group member. This parameter defaults to the Managed Microsoft AD domain.

        This parameter is optional and case insensitive.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListGroupMembersRequest.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

        ListGroupMembersRequest.Builder realm​(String realm)

        The domain name that's associated with the group.

        This parameter is optional, so you can return members from a group outside of your Managed Microsoft AD domain. When no value is defined, only members of your Managed Microsoft AD groups are returned.

        This value is case insensitive.

        Parameters:
        realm - The domain name that's associated with the group.

        This parameter is optional, so you can return members from a group outside of your Managed Microsoft AD domain. When no value is defined, only members of your Managed Microsoft AD groups are returned.

        This value is case insensitive.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • samAccountName

        ListGroupMembersRequest.Builder samAccountName​(String samAccountName)

        The name of the group.

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