| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
SharePointConfiguration |
SharePointConfiguration.clone() |
SharePointConfiguration |
DataSourceConfiguration.getSharePointConfiguration()
Provides information necessary to create a data source connector for a Microsoft SharePoint site.
|
SharePointConfiguration |
SharePointConfiguration.withCrawlAttachments(Boolean crawlAttachments)
TRUE to include attachments to documents stored in your Microsoft SharePoint site in the index;
otherwise, FALSE. |
SharePointConfiguration |
SharePointConfiguration.withDisableLocalGroups(Boolean disableLocalGroups)
A Boolean value that specifies whether local groups are disabled (
True) or enabled (
False). |
SharePointConfiguration |
SharePointConfiguration.withDocumentTitleFieldName(String documentTitleFieldName)
The Microsoft SharePoint attribute field that contains the title of the document.
|
SharePointConfiguration |
SharePointConfiguration.withExclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns.
|
SharePointConfiguration |
SharePointConfiguration.withExclusionPatterns(String... exclusionPatterns)
A list of regular expression patterns.
|
SharePointConfiguration |
SharePointConfiguration.withFieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to custom
fields in the Amazon Kendra index. |
SharePointConfiguration |
SharePointConfiguration.withFieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to custom
fields in the Amazon Kendra index. |
SharePointConfiguration |
SharePointConfiguration.withInclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns.
|
SharePointConfiguration |
SharePointConfiguration.withInclusionPatterns(String... inclusionPatterns)
A list of regular expression patterns.
|
SharePointConfiguration |
SharePointConfiguration.withSecretArn(String secretArn)
The Amazon Resource Name (ARN) of credentials stored in Secrets Manager.
|
SharePointConfiguration |
SharePointConfiguration.withSharePointVersion(SharePointVersion sharePointVersion)
The version of Microsoft SharePoint that you are using as a data source.
|
SharePointConfiguration |
SharePointConfiguration.withSharePointVersion(String sharePointVersion)
The version of Microsoft SharePoint that you are using as a data source.
|
SharePointConfiguration |
SharePointConfiguration.withSslCertificateS3Path(S3Path sslCertificateS3Path) |
SharePointConfiguration |
SharePointConfiguration.withUrls(Collection<String> urls)
The URLs of the Microsoft SharePoint site that contains the documents that should be indexed.
|
SharePointConfiguration |
SharePointConfiguration.withUrls(String... urls)
The URLs of the Microsoft SharePoint site that contains the documents that should be indexed.
|
SharePointConfiguration |
SharePointConfiguration.withUseChangeLog(Boolean useChangeLog)
Set to
TRUE to use the Microsoft SharePoint change log to determine the documents that need to be
updated in the index. |
SharePointConfiguration |
SharePointConfiguration.withVpcConfiguration(DataSourceVpcConfiguration vpcConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceConfiguration.setSharePointConfiguration(SharePointConfiguration sharePointConfiguration)
Provides information necessary to create a data source connector for a Microsoft SharePoint site.
|
DataSourceConfiguration |
DataSourceConfiguration.withSharePointConfiguration(SharePointConfiguration sharePointConfiguration)
Provides information necessary to create a data source connector for a Microsoft SharePoint site.
|
Copyright © 2021. All rights reserved.