Interface SearchPrincipalType.Builder

    • Method Detail

      • id

        SearchPrincipalType.Builder id​(String id)

        UserIds or GroupIds.

        Parameters:
        id - UserIds or GroupIds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rolesWithStrings

        SearchPrincipalType.Builder rolesWithStrings​(Collection<String> roles)

        The Role of a User or Group.

        Parameters:
        roles - The Role of a User or Group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rolesWithStrings

        SearchPrincipalType.Builder rolesWithStrings​(String... roles)

        The Role of a User or Group.

        Parameters:
        roles - The Role of a User or Group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roles

        SearchPrincipalType.Builder roles​(PrincipalRoleType... roles)

        The Role of a User or Group.

        Parameters:
        roles - The Role of a User or Group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.