public static interface OneDriveUsers.Builder extends SdkPojo, CopyableBuilder<OneDriveUsers.Builder,OneDriveUsers>
| Modifier and Type | Method and Description |
|---|---|
OneDriveUsers.Builder |
oneDriveUserList(Collection<String> oneDriveUserList)
A list of users whose documents should be indexed.
|
OneDriveUsers.Builder |
oneDriveUserList(String... oneDriveUserList)
A list of users whose documents should be indexed.
|
default OneDriveUsers.Builder |
oneDriveUserS3Path(Consumer<S3Path.Builder> oneDriveUserS3Path)
The S3 bucket location of a file containing a list of users whose documents should be indexed.
|
OneDriveUsers.Builder |
oneDriveUserS3Path(S3Path oneDriveUserS3Path)
The S3 bucket location of a file containing a list of users whose documents should be indexed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOneDriveUsers.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.
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.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.
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.OneDriveUsers.Builder oneDriveUserS3Path(S3Path oneDriveUserS3Path)
The S3 bucket location of a file containing a list of users whose documents should be indexed.
oneDriveUserS3Path - The S3 bucket location of a file containing a list of users whose documents should be indexed.default OneDriveUsers.Builder oneDriveUserS3Path(Consumer<S3Path.Builder> oneDriveUserS3Path)
The S3 bucket location of a file containing a list of users whose documents should be indexed.
This is a convenience that creates an instance of theS3Path.Builder avoiding the need to create one
manually via S3Path.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to oneDriveUserS3Path(S3Path).oneDriveUserS3Path - a consumer that will call methods on S3Path.BuilderoneDriveUserS3Path(S3Path)Copyright © 2021. All rights reserved.