@Stability(value=Stable) public static final class CfnDataSource.OneDriveUsersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.OneDriveUsersProperty>
CfnDataSource.OneDriveUsersProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.OneDriveUsersProperty |
build()
Builds the configured instance.
|
CfnDataSource.OneDriveUsersProperty.Builder |
oneDriveUserList(List<String> oneDriveUserList)
Sets the value of
CfnDataSource.OneDriveUsersProperty.getOneDriveUserList() |
CfnDataSource.OneDriveUsersProperty.Builder |
oneDriveUserS3Path(CfnDataSource.S3PathProperty oneDriveUserS3Path)
Sets the value of
CfnDataSource.OneDriveUsersProperty.getOneDriveUserS3Path() |
CfnDataSource.OneDriveUsersProperty.Builder |
oneDriveUserS3Path(IResolvable oneDriveUserS3Path)
Sets the value of
CfnDataSource.OneDriveUsersProperty.getOneDriveUserS3Path() |
@Stability(value=Stable) public CfnDataSource.OneDriveUsersProperty.Builder oneDriveUserList(List<String> oneDriveUserList)
CfnDataSource.OneDriveUsersProperty.getOneDriveUserList()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.this@Stability(value=Stable) public CfnDataSource.OneDriveUsersProperty.Builder oneDriveUserS3Path(CfnDataSource.S3PathProperty oneDriveUserS3Path)
CfnDataSource.OneDriveUsersProperty.getOneDriveUserS3Path()oneDriveUserS3Path - The S3 bucket location of a file containing a list of users whose documents should be indexed.this@Stability(value=Stable) public CfnDataSource.OneDriveUsersProperty.Builder oneDriveUserS3Path(IResolvable oneDriveUserS3Path)
CfnDataSource.OneDriveUsersProperty.getOneDriveUserS3Path()oneDriveUserS3Path - The S3 bucket location of a file containing a list of users whose documents should be indexed.this@Stability(value=Stable) public CfnDataSource.OneDriveUsersProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.OneDriveUsersProperty>CfnDataSource.OneDriveUsersPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.