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