@Stability(value=Stable) public static final class CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.DataSourceToIndexFieldMappingProperty>
CfnDataSource.DataSourceToIndexFieldMappingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.DataSourceToIndexFieldMappingProperty |
build()
Builds the configured instance.
|
CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder |
dataSourceFieldName(String dataSourceFieldName)
|
CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder |
dateFieldFormat(String dateFieldFormat)
Sets the value of
CfnDataSource.DataSourceToIndexFieldMappingProperty.getDateFieldFormat() |
CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder |
indexFieldName(String indexFieldName)
Sets the value of
CfnDataSource.DataSourceToIndexFieldMappingProperty.getIndexFieldName() |
@Stability(value=Stable) public CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder dataSourceFieldName(String dataSourceFieldName)
dataSourceFieldName - The name of the column or attribute in the data source. This parameter is required.this@Stability(value=Stable) public CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder indexFieldName(String indexFieldName)
CfnDataSource.DataSourceToIndexFieldMappingProperty.getIndexFieldName()indexFieldName - The name of the field in the index. This parameter is required.this@Stability(value=Stable) public CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder dateFieldFormat(String dateFieldFormat)
CfnDataSource.DataSourceToIndexFieldMappingProperty.getDateFieldFormat()dateFieldFormat - The type of data stored in the column or attribute.this@Stability(value=Stable) public CfnDataSource.DataSourceToIndexFieldMappingProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.DataSourceToIndexFieldMappingProperty>CfnDataSource.DataSourceToIndexFieldMappingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.