Interface OneDriveUsers.Builder

    • Method Detail

      • oneDriveUserList

        OneDriveUsers.Builder oneDriveUserList​(Collection<String> oneDriveUserList)

        A list of users whose documents should be indexed. Specify the user names in email format, for example, username@tenantdomain. If you need to index the documents of more than 100 users, use the OneDriveUserS3Path field to specify the location of a file containing a list of users.

        Parameters:
        oneDriveUserList - A list of users whose documents should be indexed. Specify the user names in email format, for example, username@tenantdomain. If you need to index the documents of more than 100 users, use the OneDriveUserS3Path field to specify the location of a file containing a list of users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • oneDriveUserList

        OneDriveUsers.Builder oneDriveUserList​(String... oneDriveUserList)

        A list of users whose documents should be indexed. Specify the user names in email format, for example, username@tenantdomain. If you need to index the documents of more than 100 users, use the OneDriveUserS3Path field to specify the location of a file containing a list of users.

        Parameters:
        oneDriveUserList - A list of users whose documents should be indexed. Specify the user names in email format, for example, username@tenantdomain. If you need to index the documents of more than 100 users, use the OneDriveUserS3Path field to specify the location of a file containing a list of users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • oneDriveUserS3Path

        OneDriveUsers.Builder oneDriveUserS3Path​(S3Path oneDriveUserS3Path)

        The S3 bucket location of a file containing a list of users whose documents should be indexed.

        Parameters:
        oneDriveUserS3Path - The S3 bucket location of a file containing a list of users whose documents should be indexed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.