public static final class CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder
extends java.lang.Object
CfnDataSource.DataSourceToIndexFieldMappingProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDataSource.DataSourceToIndexFieldMappingProperty |
build()
Builds the configured instance.
|
CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder |
dataSourceFieldName(java.lang.String dataSourceFieldName)
|
CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder |
dateFieldFormat(java.lang.String dateFieldFormat)
Sets the value of
CfnDataSource.DataSourceToIndexFieldMappingProperty.getDateFieldFormat() |
CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder |
indexFieldName(java.lang.String indexFieldName)
Sets the value of
CfnDataSource.DataSourceToIndexFieldMappingProperty.getIndexFieldName() |
public CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder dataSourceFieldName(java.lang.String dataSourceFieldName)
dataSourceFieldName
- The name of the column or attribute in the data source. This parameter is required.this
public CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder indexFieldName(java.lang.String indexFieldName)
CfnDataSource.DataSourceToIndexFieldMappingProperty.getIndexFieldName()
indexFieldName
- The name of the field in the index. This parameter is required.this
public CfnDataSource.DataSourceToIndexFieldMappingProperty.Builder dateFieldFormat(java.lang.String dateFieldFormat)
CfnDataSource.DataSourceToIndexFieldMappingProperty.getDateFieldFormat()
dateFieldFormat
- The type of data stored in the column or attribute.this
public CfnDataSource.DataSourceToIndexFieldMappingProperty build()
CfnDataSource.DataSourceToIndexFieldMappingProperty
java.lang.NullPointerException
- if any required attribute was not provided