@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 - Defines how page 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 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 - Defines how page 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 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.