Interface ListGroupsForMemberRequest.Builder

    • Method Detail

      • directoryId

        ListGroupsForMemberRequest.Builder directoryId​(String directoryId)

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

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

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

        ListGroupsForMemberRequest.Builder memberRealm​(String memberRealm)

        The domain name that's associated with the group member.

        This parameter is optional, so you can limit your results to the group members in a specific domain.

        This parameter is case insensitive and defaults to Realm

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

        This parameter is optional, so you can limit your results to the group members in a specific domain.

        This parameter is case insensitive and defaults to Realm

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

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

        ListGroupsForMemberRequest.Builder realm​(String realm)

        The domain name that's associated with the group.

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

        This value is case insensitive and defaults to your Managed Microsoft AD domain.

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

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

        This value is case insensitive and defaults to your Managed Microsoft AD domain.

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

        ListGroupsForMemberRequest.Builder samAccountName​(String samAccountName)

        The SAMAccountName of the user, group, or computer that's a member of the group.

        Parameters:
        samAccountName - The SAMAccountName of the user, group, or computer that's a member of the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.