@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 - `CfnDataSource.DataSourceToIndexFieldMappingProperty.DataSourceFieldName`. This parameter is required.this@Stability(value=Stable) public CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder indexFieldName(String indexFieldName)
CfnDataSource.DataSourceToIndexFieldMappingProperty.getIndexFieldName()indexFieldName - `CfnDataSource.DataSourceToIndexFieldMappingProperty.IndexFieldName`. This parameter is required.this@Stability(value=Stable) public CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder dateFieldFormat(String dateFieldFormat)
CfnDataSource.DataSourceToIndexFieldMappingProperty.getDateFieldFormat()dateFieldFormat - `CfnDataSource.DataSourceToIndexFieldMappingProperty.DateFieldFormat`.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 © 2021. All rights reserved.