public static interface SharePointConfiguration.Builder extends SdkPojo, CopyableBuilder<SharePointConfiguration.Builder,SharePointConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SharePointConfiguration.Builder |
crawlAttachments(Boolean crawlAttachments)
TRUE to include attachments to documents stored in your Microsoft SharePoint site in the index;
otherwise, FALSE. |
SharePointConfiguration.Builder |
documentTitleFieldName(String documentTitleFieldName)
The Microsoft SharePoint attribute field that contains the title of the document.
|
SharePointConfiguration.Builder |
exclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns.
|
SharePointConfiguration.Builder |
exclusionPatterns(String... exclusionPatterns)
A list of regular expression patterns.
|
SharePointConfiguration.Builder |
fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to
custom fields in the Amazon Kendra index. |
SharePointConfiguration.Builder |
fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to
custom fields in the Amazon Kendra index. |
SharePointConfiguration.Builder |
fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to
custom fields in the Amazon Kendra index. |
SharePointConfiguration.Builder |
inclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns.
|
SharePointConfiguration.Builder |
inclusionPatterns(String... inclusionPatterns)
A list of regular expression patterns.
|
SharePointConfiguration.Builder |
secretArn(String secretArn)
The Amazon Resource Name (ARN) of credentials stored in AWS Secrets Manager.
|
SharePointConfiguration.Builder |
sharePointVersion(SharePointVersion sharePointVersion)
The version of Microsoft SharePoint that you are using as a data source.
|
SharePointConfiguration.Builder |
sharePointVersion(String sharePointVersion)
The version of Microsoft SharePoint that you are using as a data source.
|
SharePointConfiguration.Builder |
urls(Collection<String> urls)
The URLs of the Microsoft SharePoint site that contains the documents that should be indexed.
|
SharePointConfiguration.Builder |
urls(String... urls)
The URLs of the Microsoft SharePoint site that contains the documents that should be indexed.
|
SharePointConfiguration.Builder |
useChangeLog(Boolean useChangeLog)
Set to
TRUE to use the Microsoft SharePoint change log to determine the documents that need to
be updated in the index. |
default SharePointConfiguration.Builder |
vpcConfiguration(Consumer<DataSourceVpcConfiguration.Builder> vpcConfiguration)
Sets the value of the VpcConfiguration property for this object.
|
SharePointConfiguration.Builder |
vpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
Sets the value of the VpcConfiguration property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSharePointConfiguration.Builder sharePointVersion(String sharePointVersion)
The version of Microsoft SharePoint that you are using as a data source.
sharePointVersion - The version of Microsoft SharePoint that you are using as a data source.SharePointVersion,
SharePointVersionSharePointConfiguration.Builder sharePointVersion(SharePointVersion sharePointVersion)
The version of Microsoft SharePoint that you are using as a data source.
sharePointVersion - The version of Microsoft SharePoint that you are using as a data source.SharePointVersion,
SharePointVersionSharePointConfiguration.Builder urls(Collection<String> urls)
The URLs of the Microsoft SharePoint site that contains the documents that should be indexed.
urls - The URLs of the Microsoft SharePoint site that contains the documents that should be indexed.SharePointConfiguration.Builder urls(String... urls)
The URLs of the Microsoft SharePoint site that contains the documents that should be indexed.
urls - The URLs of the Microsoft SharePoint site that contains the documents that should be indexed.SharePointConfiguration.Builder secretArn(String secretArn)
The Amazon Resource Name (ARN) of credentials stored in AWS Secrets Manager. The credentials should be a user/password pair. For more information, see Using a Microsoft SharePoint Data Source. For more information about AWS Secrets Manager, see What Is AWS Secrets Manager in the AWS Secrets Manager user guide.
secretArn - The Amazon Resource Name (ARN) of credentials stored in AWS Secrets Manager. The credentials should be
a user/password pair. For more information, see Using a Microsoft
SharePoint Data Source. For more information about AWS Secrets Manager, see What Is AWS Secrets
Manager in the AWS Secrets Manager user guide.SharePointConfiguration.Builder crawlAttachments(Boolean crawlAttachments)
TRUE to include attachments to documents stored in your Microsoft SharePoint site in the index;
otherwise, FALSE.
crawlAttachments - TRUE to include attachments to documents stored in your Microsoft SharePoint site in the
index; otherwise, FALSE.SharePointConfiguration.Builder useChangeLog(Boolean useChangeLog)
Set to TRUE to use the Microsoft SharePoint change log to determine the documents that need to
be updated in the index. Depending on the size of the SharePoint change log, it may take longer for Amazon
Kendra to use the change log than it takes it to determine the changed documents using the Amazon Kendra
document crawler.
useChangeLog - Set to TRUE to use the Microsoft SharePoint change log to determine the documents that
need to be updated in the index. Depending on the size of the SharePoint change log, it may take
longer for Amazon Kendra to use the change log than it takes it to determine the changed documents
using the Amazon Kendra document crawler.SharePointConfiguration.Builder inclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion pattern and an exclusion pattern, the document is not included in the index.
The regex is applied to the display URL of the SharePoint document.
inclusionPatterns - A list of regular expression patterns. Documents that match the patterns are included in the index.
Documents that don't match the patterns are excluded from the index. If a document matches both an
inclusion pattern and an exclusion pattern, the document is not included in the index.
The regex is applied to the display URL of the SharePoint document.
SharePointConfiguration.Builder inclusionPatterns(String... inclusionPatterns)
A list of regular expression patterns. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion pattern and an exclusion pattern, the document is not included in the index.
The regex is applied to the display URL of the SharePoint document.
inclusionPatterns - A list of regular expression patterns. Documents that match the patterns are included in the index.
Documents that don't match the patterns are excluded from the index. If a document matches both an
inclusion pattern and an exclusion pattern, the document is not included in the index.
The regex is applied to the display URL of the SharePoint document.
SharePointConfiguration.Builder exclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index.
The regex is applied to the display URL of the SharePoint document.
exclusionPatterns - A list of regular expression patterns. Documents that match the patterns are excluded from the index.
Documents that don't match the patterns are included in the index. If a document matches both an
exclusion pattern and an inclusion pattern, the document is not included in the index.
The regex is applied to the display URL of the SharePoint document.
SharePointConfiguration.Builder exclusionPatterns(String... exclusionPatterns)
A list of regular expression patterns. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index.
The regex is applied to the display URL of the SharePoint document.
exclusionPatterns - A list of regular expression patterns. Documents that match the patterns are excluded from the index.
Documents that don't match the patterns are included in the index. If a document matches both an
exclusion pattern and an inclusion pattern, the document is not included in the index.
The regex is applied to the display URL of the SharePoint document.
SharePointConfiguration.Builder vpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
vpcConfiguration - The new value for the VpcConfiguration property for this object.default SharePointConfiguration.Builder vpcConfiguration(Consumer<DataSourceVpcConfiguration.Builder> vpcConfiguration)
DataSourceVpcConfiguration.Builder avoiding the
need to create one manually via DataSourceVpcConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to vpcConfiguration(DataSourceVpcConfiguration).vpcConfiguration - a consumer that will call methods on DataSourceVpcConfiguration.BuildervpcConfiguration(DataSourceVpcConfiguration)SharePointConfiguration.Builder fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
A list of DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to
custom fields in the Amazon Kendra index. You must first create the index fields using the operation before
you map SharePoint attributes. For more information, see Mapping Data Source Fields.
fieldMappings - A list of DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes
to custom fields in the Amazon Kendra index. You must first create the index fields using the
operation before you map SharePoint attributes. For more information, see Mapping Data Source Fields.SharePointConfiguration.Builder fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
A list of DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to
custom fields in the Amazon Kendra index. You must first create the index fields using the operation before
you map SharePoint attributes. For more information, see Mapping Data Source Fields.
fieldMappings - A list of DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes
to custom fields in the Amazon Kendra index. You must first create the index fields using the
operation before you map SharePoint attributes. For more information, see Mapping Data Source Fields.SharePointConfiguration.Builder fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
A list of DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to
custom fields in the Amazon Kendra index. You must first create the index fields using the operation before
you map SharePoint attributes. For more information, see Mapping Data Source Fields.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #fieldMappings(List) .fieldMappings - a consumer that will call methods on List.Builder #fieldMappings(List) SharePointConfiguration.Builder documentTitleFieldName(String documentTitleFieldName)
The Microsoft SharePoint attribute field that contains the title of the document.
documentTitleFieldName - The Microsoft SharePoint attribute field that contains the title of the document.Copyright © 2020. All rights reserved.