Class CfnDataSource.WorkDocsConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kendra.CfnDataSource.WorkDocsConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSource.WorkDocsConfigurationProperty>
- Enclosing interface:
CfnDataSource.WorkDocsConfigurationProperty
@Stability(Stable)
public static final class CfnDataSource.WorkDocsConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSource.WorkDocsConfigurationProperty>
A builder for
CfnDataSource.WorkDocsConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.crawlComments
(Boolean crawlComments) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getCrawlComments()
crawlComments
(IResolvable crawlComments) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getCrawlComments()
exclusionPatterns
(List<String> exclusionPatterns) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getExclusionPatterns()
fieldMappings
(List<? extends Object> fieldMappings) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getFieldMappings()
fieldMappings
(IResolvable fieldMappings) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getFieldMappings()
inclusionPatterns
(List<String> inclusionPatterns) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getInclusionPatterns()
organizationId
(String organizationId) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getOrganizationId()
useChangeLog
(Boolean useChangeLog) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getUseChangeLog()
useChangeLog
(IResolvable useChangeLog) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getUseChangeLog()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
organizationId
@Stability(Stable) public CfnDataSource.WorkDocsConfigurationProperty.Builder organizationId(String organizationId) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getOrganizationId()
- Parameters:
organizationId
- The identifier of the directory corresponding to your Amazon WorkDocs site repository. This parameter is required. You can find the organization ID in the AWS Directory Service by going to Active Directory , then Directories . Your Amazon WorkDocs site directory has an ID, which is the organization ID. You can also set up a new Amazon WorkDocs directory in the AWS Directory Service console and enable a Amazon WorkDocs site for the directory in the Amazon WorkDocs console.- Returns:
this
-
crawlComments
@Stability(Stable) public CfnDataSource.WorkDocsConfigurationProperty.Builder crawlComments(Boolean crawlComments) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getCrawlComments()
- Parameters:
crawlComments
-TRUE
to include comments on documents in your index. Including comments in your index means each comment is a document that can be searched on.The default is set to
FALSE
.- Returns:
this
-
crawlComments
@Stability(Stable) public CfnDataSource.WorkDocsConfigurationProperty.Builder crawlComments(IResolvable crawlComments) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getCrawlComments()
- Parameters:
crawlComments
-TRUE
to include comments on documents in your index. Including comments in your index means each comment is a document that can be searched on.The default is set to
FALSE
.- Returns:
this
-
exclusionPatterns
@Stability(Stable) public CfnDataSource.WorkDocsConfigurationProperty.Builder exclusionPatterns(List<String> exclusionPatterns) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getExclusionPatterns()
- Parameters:
exclusionPatterns
- A list of regular expression patterns to exclude certain files in your Amazon WorkDocs site repository. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.- Returns:
this
-
fieldMappings
@Stability(Stable) public CfnDataSource.WorkDocsConfigurationProperty.Builder fieldMappings(IResolvable fieldMappings) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getFieldMappings()
- Parameters:
fieldMappings
- A list ofDataSourceToIndexFieldMapping
objects that map Amazon WorkDocs data source attributes or field names to Amazon Kendra index field names. To create custom fields, use theUpdateIndex
API before you map to Amazon WorkDocs fields. For more information, see Mapping data source fields . The Amazon WorkDocs data source field names must exist in your Amazon WorkDocs custom metadata.- Returns:
this
-
fieldMappings
@Stability(Stable) public CfnDataSource.WorkDocsConfigurationProperty.Builder fieldMappings(List<? extends Object> fieldMappings) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getFieldMappings()
- Parameters:
fieldMappings
- A list ofDataSourceToIndexFieldMapping
objects that map Amazon WorkDocs data source attributes or field names to Amazon Kendra index field names. To create custom fields, use theUpdateIndex
API before you map to Amazon WorkDocs fields. For more information, see Mapping data source fields . The Amazon WorkDocs data source field names must exist in your Amazon WorkDocs custom metadata.- Returns:
this
-
inclusionPatterns
@Stability(Stable) public CfnDataSource.WorkDocsConfigurationProperty.Builder inclusionPatterns(List<String> inclusionPatterns) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getInclusionPatterns()
- Parameters:
inclusionPatterns
- A list of regular expression patterns to include certain files in your Amazon WorkDocs site repository. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.- Returns:
this
-
useChangeLog
@Stability(Stable) public CfnDataSource.WorkDocsConfigurationProperty.Builder useChangeLog(Boolean useChangeLog) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getUseChangeLog()
- Parameters:
useChangeLog
-TRUE
to use the Amazon WorkDocs change log to determine which documents require updating in the index. Depending on the change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in Amazon WorkDocs.- Returns:
this
-
useChangeLog
@Stability(Stable) public CfnDataSource.WorkDocsConfigurationProperty.Builder useChangeLog(IResolvable useChangeLog) Sets the value ofCfnDataSource.WorkDocsConfigurationProperty.getUseChangeLog()
- Parameters:
useChangeLog
-TRUE
to use the Amazon WorkDocs change log to determine which documents require updating in the index. Depending on the change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in Amazon WorkDocs.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataSource.WorkDocsConfigurationProperty>
- Returns:
- a new instance of
CfnDataSource.WorkDocsConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-