| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
BoxConfiguration |
BoxConfiguration.clone() |
BoxConfiguration |
DataSourceConfiguration.getBoxConfiguration()
Provides the configuration information to connect to Box as your data source.
|
BoxConfiguration |
BoxConfiguration.withCommentFieldMappings(Collection<DataSourceToIndexFieldMapping> commentFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Box comments
to Amazon Kendra index field names. |
BoxConfiguration |
BoxConfiguration.withCommentFieldMappings(DataSourceToIndexFieldMapping... commentFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Box comments
to Amazon Kendra index field names. |
BoxConfiguration |
BoxConfiguration.withCrawlComments(Boolean crawlComments)
TRUE to index comments. |
BoxConfiguration |
BoxConfiguration.withCrawlTasks(Boolean crawlTasks)
TRUE to index the contents of tasks. |
BoxConfiguration |
BoxConfiguration.withCrawlWebLinks(Boolean crawlWebLinks)
TRUE to index web links. |
BoxConfiguration |
BoxConfiguration.withEnterpriseId(String enterpriseId)
The identifier of the Box Enterprise platform.
|
BoxConfiguration |
BoxConfiguration.withExclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns to exclude certain files and folders from your Box platform.
|
BoxConfiguration |
BoxConfiguration.withExclusionPatterns(String... exclusionPatterns)
A list of regular expression patterns to exclude certain files and folders from your Box platform.
|
BoxConfiguration |
BoxConfiguration.withFileFieldMappings(Collection<DataSourceToIndexFieldMapping> fileFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Box files to
Amazon Kendra index field names. |
BoxConfiguration |
BoxConfiguration.withFileFieldMappings(DataSourceToIndexFieldMapping... fileFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Box files to
Amazon Kendra index field names. |
BoxConfiguration |
BoxConfiguration.withInclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns to include certain files and folders in your Box platform.
|
BoxConfiguration |
BoxConfiguration.withInclusionPatterns(String... inclusionPatterns)
A list of regular expression patterns to include certain files and folders in your Box platform.
|
BoxConfiguration |
BoxConfiguration.withSecretArn(String secretArn)
The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect
to your Box platform.
|
BoxConfiguration |
BoxConfiguration.withTaskFieldMappings(Collection<DataSourceToIndexFieldMapping> taskFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Box tasks to
Amazon Kendra index field names. |
BoxConfiguration |
BoxConfiguration.withTaskFieldMappings(DataSourceToIndexFieldMapping... taskFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Box tasks to
Amazon Kendra index field names. |
BoxConfiguration |
BoxConfiguration.withUseChangeLog(Boolean useChangeLog)
TRUE to use the Slack change log to determine which documents require updating in the index. |
BoxConfiguration |
BoxConfiguration.withVpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
Configuration information for an Amazon VPC to connect to your Box.
|
BoxConfiguration |
BoxConfiguration.withWebLinkFieldMappings(Collection<DataSourceToIndexFieldMapping> webLinkFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Box web links
to Amazon Kendra index field names. |
BoxConfiguration |
BoxConfiguration.withWebLinkFieldMappings(DataSourceToIndexFieldMapping... webLinkFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Box web links
to Amazon Kendra index field names. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceConfiguration.setBoxConfiguration(BoxConfiguration boxConfiguration)
Provides the configuration information to connect to Box as your data source.
|
DataSourceConfiguration |
DataSourceConfiguration.withBoxConfiguration(BoxConfiguration boxConfiguration)
Provides the configuration information to connect to Box as your data source.
|
Copyright © 2025. All rights reserved.