@Stability(value=Stable) public static final class CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty>
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty |
build()
Builds the configured instance.
|
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Builder |
dataSourceFieldName(String dataSourceFieldName)
|
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Builder |
dateFieldFormat(String dateFieldFormat)
|
CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Builder |
indexFieldName(String indexFieldName)
|
@Stability(value=Stable) public CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Builder dataSourceFieldName(String dataSourceFieldName)
dataSourceFieldName - The name of the field in the data source. This parameter is required.this@Stability(value=Stable) public CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Builder indexFieldName(String indexFieldName)
indexFieldName - The name of the index field to map to the Confluence data source field. This parameter is required.
The index field type must match the Confluence field type.this@Stability(value=Stable) public CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty.Builder dateFieldFormat(String dateFieldFormat)
dateFieldFormat - The format for date fields in the data source.
If the field specified in DataSourceFieldName is a date field you must specify the date format. If the field is not a date field, an exception is thrown.this@Stability(value=Stable) public CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.ConfluenceBlogToIndexFieldMappingProperty>CfnDataSource.ConfluenceBlogToIndexFieldMappingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.