@Stability(value=Stable) public static final class CfnDataSource.ConfluenceAttachmentConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.ConfluenceAttachmentConfigurationProperty>
CfnDataSource.ConfluenceAttachmentConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.ConfluenceAttachmentConfigurationProperty.Builder |
attachmentFieldMappings(IResolvable attachmentFieldMappings)
|
CfnDataSource.ConfluenceAttachmentConfigurationProperty.Builder |
attachmentFieldMappings(List<? extends Object> attachmentFieldMappings)
|
CfnDataSource.ConfluenceAttachmentConfigurationProperty |
build()
Builds the configured instance.
|
CfnDataSource.ConfluenceAttachmentConfigurationProperty.Builder |
crawlAttachments(Boolean crawlAttachments)
|
CfnDataSource.ConfluenceAttachmentConfigurationProperty.Builder |
crawlAttachments(IResolvable crawlAttachments)
|
@Stability(value=Stable) public CfnDataSource.ConfluenceAttachmentConfigurationProperty.Builder attachmentFieldMappings(IResolvable attachmentFieldMappings)
CfnDataSource.ConfluenceAttachmentConfigurationProperty.getAttachmentFieldMappings()attachmentFieldMappings - Maps attributes or field names of Confluence attachments to Amazon Kendra index field names.
To create custom fields, use the UpdateIndex API before you map to Confluence fields. For more information, see Mapping data source fields . The Confluence data source field names must exist in your Confluence custom metadata.
If you specify the AttachentFieldMappings parameter, you must specify at least one field mapping.
this@Stability(value=Stable) public CfnDataSource.ConfluenceAttachmentConfigurationProperty.Builder attachmentFieldMappings(List<? extends Object> attachmentFieldMappings)
CfnDataSource.ConfluenceAttachmentConfigurationProperty.getAttachmentFieldMappings()attachmentFieldMappings - Maps attributes or field names of Confluence attachments to Amazon Kendra index field names.
To create custom fields, use the UpdateIndex API before you map to Confluence fields. For more information, see Mapping data source fields . The Confluence data source field names must exist in your Confluence custom metadata.
If you specify the AttachentFieldMappings parameter, you must specify at least one field mapping.
this@Stability(value=Stable) public CfnDataSource.ConfluenceAttachmentConfigurationProperty.Builder crawlAttachments(Boolean crawlAttachments)
crawlAttachments - Indicates whether Amazon Kendra indexes attachments to the pages and blogs in the Confluence data source.this@Stability(value=Stable) public CfnDataSource.ConfluenceAttachmentConfigurationProperty.Builder crawlAttachments(IResolvable crawlAttachments)
crawlAttachments - Indicates whether Amazon Kendra indexes attachments to the pages and blogs in the Confluence data source.this@Stability(value=Stable) public CfnDataSource.ConfluenceAttachmentConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.ConfluenceAttachmentConfigurationProperty>CfnDataSource.ConfluenceAttachmentConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.