@Stability(value=Stable) public static final class CfnDataSource.ConfluenceAttachmentToIndexFieldMappingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.ConfluenceAttachmentToIndexFieldMappingProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.ConfluenceAttachmentToIndexFieldMappingProperty |
build()
Builds the configured instance.
|
CfnDataSource.ConfluenceAttachmentToIndexFieldMappingProperty.Builder |
dataSourceFieldName(String dataSourceFieldName)
|
CfnDataSource.ConfluenceAttachmentToIndexFieldMappingProperty.Builder |
dateFieldFormat(String dateFieldFormat)
|
CfnDataSource.ConfluenceAttachmentToIndexFieldMappingProperty.Builder |
indexFieldName(String indexFieldName)
|
@Stability(value=Stable) public CfnDataSource.ConfluenceAttachmentToIndexFieldMappingProperty.Builder dataSourceFieldName(String dataSourceFieldName)
CfnDataSource.ConfluenceAttachmentToIndexFieldMappingProperty.getDataSourceFieldName()dataSourceFieldName - The name of the field in the data source. This parameter is required.
You must first create the index field using the UpdateIndex API.this@Stability(value=Stable) public CfnDataSource.ConfluenceAttachmentToIndexFieldMappingProperty.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.ConfluenceAttachmentToIndexFieldMappingProperty.Builder dateFieldFormat(String dateFieldFormat)
CfnDataSource.ConfluenceAttachmentToIndexFieldMappingProperty.getDateFieldFormat()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.ConfluenceAttachmentToIndexFieldMappingProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.ConfluenceAttachmentToIndexFieldMappingProperty>CfnDataSource.ConfluenceAttachmentToIndexFieldMappingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.