@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 - Defines how attachment metadata fields should be mapped to index fields.
Before you can map a field, you must first create an index field with a matching type using the console or the UpdateIndex operation.
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 - Defines how attachment metadata fields should be mapped to index fields.
Before you can map a field, you must first create an index field with a matching type using the console or the UpdateIndex operation.
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.