@Stability(value=Stable) public static final class CfnPlaceIndexProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPlaceIndexProps>
CfnPlaceIndexProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPlaceIndexProps |
build()
Builds the configured instance.
|
CfnPlaceIndexProps.Builder |
dataSource(String dataSource)
Sets the value of
CfnPlaceIndexProps.getDataSource() |
CfnPlaceIndexProps.Builder |
dataSourceConfiguration(CfnPlaceIndex.DataSourceConfigurationProperty dataSourceConfiguration)
Sets the value of
CfnPlaceIndexProps.getDataSourceConfiguration() |
CfnPlaceIndexProps.Builder |
dataSourceConfiguration(IResolvable dataSourceConfiguration)
Sets the value of
CfnPlaceIndexProps.getDataSourceConfiguration() |
CfnPlaceIndexProps.Builder |
description(String description)
Sets the value of
CfnPlaceIndexProps.getDescription() |
CfnPlaceIndexProps.Builder |
indexName(String indexName)
Sets the value of
CfnPlaceIndexProps.getIndexName() |
CfnPlaceIndexProps.Builder |
pricingPlan(String pricingPlan)
Sets the value of
CfnPlaceIndexProps.getPricingPlan() |
@Stability(value=Stable) public CfnPlaceIndexProps.Builder dataSource(String dataSource)
CfnPlaceIndexProps.getDataSource()dataSource - `AWS::Location::PlaceIndex.DataSource`. This parameter is required.this@Stability(value=Stable) public CfnPlaceIndexProps.Builder dataSourceConfiguration(CfnPlaceIndex.DataSourceConfigurationProperty dataSourceConfiguration)
CfnPlaceIndexProps.getDataSourceConfiguration()dataSourceConfiguration - `AWS::Location::PlaceIndex.DataSourceConfiguration`.this@Stability(value=Stable) public CfnPlaceIndexProps.Builder dataSourceConfiguration(IResolvable dataSourceConfiguration)
CfnPlaceIndexProps.getDataSourceConfiguration()dataSourceConfiguration - `AWS::Location::PlaceIndex.DataSourceConfiguration`.this@Stability(value=Stable) public CfnPlaceIndexProps.Builder description(String description)
CfnPlaceIndexProps.getDescription()description - `AWS::Location::PlaceIndex.Description`.this@Stability(value=Stable) public CfnPlaceIndexProps.Builder indexName(String indexName)
CfnPlaceIndexProps.getIndexName()indexName - `AWS::Location::PlaceIndex.IndexName`. This parameter is required.this@Stability(value=Stable) public CfnPlaceIndexProps.Builder pricingPlan(String pricingPlan)
CfnPlaceIndexProps.getPricingPlan()pricingPlan - `AWS::Location::PlaceIndex.PricingPlan`. This parameter is required.this@Stability(value=Stable) public CfnPlaceIndexProps build()
build in interface software.amazon.jsii.Builder<CfnPlaceIndexProps>CfnPlaceIndexPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.