@Stability(value=Stable) public static final class CfnIndex.DocumentMetadataConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnIndex.DocumentMetadataConfigurationProperty>
CfnIndex.DocumentMetadataConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnIndex.DocumentMetadataConfigurationProperty.Builder name(String name)
CfnIndex.DocumentMetadataConfigurationProperty.getName()name - The name of the index field. This parameter is required.this@Stability(value=Stable) public CfnIndex.DocumentMetadataConfigurationProperty.Builder type(String type)
CfnIndex.DocumentMetadataConfigurationProperty.getType()type - The data type of the index field. This parameter is required.this@Stability(value=Stable) public CfnIndex.DocumentMetadataConfigurationProperty.Builder relevance(CfnIndex.RelevanceProperty relevance)
CfnIndex.DocumentMetadataConfigurationProperty.getRelevance()relevance - Provides manual tuning parameters to determine how the field affects the search results.this@Stability(value=Stable) public CfnIndex.DocumentMetadataConfigurationProperty.Builder relevance(IResolvable relevance)
CfnIndex.DocumentMetadataConfigurationProperty.getRelevance()relevance - Provides manual tuning parameters to determine how the field affects the search results.this@Stability(value=Stable) public CfnIndex.DocumentMetadataConfigurationProperty.Builder search(CfnIndex.SearchProperty search)
CfnIndex.DocumentMetadataConfigurationProperty.getSearch()search - Provides information about how the field is used during a search.this@Stability(value=Stable) public CfnIndex.DocumentMetadataConfigurationProperty.Builder search(IResolvable search)
CfnIndex.DocumentMetadataConfigurationProperty.getSearch()search - Provides information about how the field is used during a search.this@Stability(value=Stable) public CfnIndex.DocumentMetadataConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnIndex.DocumentMetadataConfigurationProperty>CfnIndex.DocumentMetadataConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.