@Stability(value=Stable) public static final class CfnDataSource.ConfluenceBlogConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.ConfluenceBlogConfigurationProperty>
CfnDataSource.ConfluenceBlogConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.ConfluenceBlogConfigurationProperty.Builder |
blogFieldMappings(IResolvable blogFieldMappings)
Sets the value of
CfnDataSource.ConfluenceBlogConfigurationProperty.getBlogFieldMappings() |
CfnDataSource.ConfluenceBlogConfigurationProperty.Builder |
blogFieldMappings(List<? extends Object> blogFieldMappings)
Sets the value of
CfnDataSource.ConfluenceBlogConfigurationProperty.getBlogFieldMappings() |
CfnDataSource.ConfluenceBlogConfigurationProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnDataSource.ConfluenceBlogConfigurationProperty.Builder blogFieldMappings(IResolvable blogFieldMappings)
CfnDataSource.ConfluenceBlogConfigurationProperty.getBlogFieldMappings()blogFieldMappings - Maps attributes or field names of Confluence blogs 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 BlogFieldMappings parameter, you must specify at least one field mapping.
this@Stability(value=Stable) public CfnDataSource.ConfluenceBlogConfigurationProperty.Builder blogFieldMappings(List<? extends Object> blogFieldMappings)
CfnDataSource.ConfluenceBlogConfigurationProperty.getBlogFieldMappings()blogFieldMappings - Maps attributes or field names of Confluence blogs 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 BlogFieldMappings parameter, you must specify at least one field mapping.
this@Stability(value=Stable) public CfnDataSource.ConfluenceBlogConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.ConfluenceBlogConfigurationProperty>CfnDataSource.ConfluenceBlogConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.