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