@Stability(value=Stable) public static final class CfnDataSource.ColumnConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.ColumnConfigurationProperty>
CfnDataSource.ColumnConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataSource.ColumnConfigurationProperty.Builder changeDetectingColumns(List<String> changeDetectingColumns)
CfnDataSource.ColumnConfigurationProperty.getChangeDetectingColumns()changeDetectingColumns - One to five columns that indicate when a document in the database has changed. This parameter is required.this@Stability(value=Stable) public CfnDataSource.ColumnConfigurationProperty.Builder documentDataColumnName(String documentDataColumnName)
CfnDataSource.ColumnConfigurationProperty.getDocumentDataColumnName()documentDataColumnName - The column that contains the contents of the document. This parameter is required.this@Stability(value=Stable) public CfnDataSource.ColumnConfigurationProperty.Builder documentIdColumnName(String documentIdColumnName)
CfnDataSource.ColumnConfigurationProperty.getDocumentIdColumnName()documentIdColumnName - The column that provides the document's unique identifier. This parameter is required.this@Stability(value=Stable) public CfnDataSource.ColumnConfigurationProperty.Builder documentTitleColumnName(String documentTitleColumnName)
CfnDataSource.ColumnConfigurationProperty.getDocumentTitleColumnName()documentTitleColumnName - The column that contains the title of the document.this@Stability(value=Stable) public CfnDataSource.ColumnConfigurationProperty.Builder fieldMappings(IResolvable fieldMappings)
CfnDataSource.ColumnConfigurationProperty.getFieldMappings()fieldMappings - An array of objects that map database column names to the corresponding fields in an index.
You must first create the fields in the index using the UpdateIndex operation.this@Stability(value=Stable) public CfnDataSource.ColumnConfigurationProperty.Builder fieldMappings(List<? extends Object> fieldMappings)
CfnDataSource.ColumnConfigurationProperty.getFieldMappings()fieldMappings - An array of objects that map database column names to the corresponding fields in an index.
You must first create the fields in the index using the UpdateIndex operation.this@Stability(value=Stable) public CfnDataSource.ColumnConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.ColumnConfigurationProperty>CfnDataSource.ColumnConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.