@Stability(value=Stable) public static final class CfnPlaceIndex.Builder extends Object implements software.amazon.jsii.Builder<CfnPlaceIndex>
CfnPlaceIndex.| Modifier and Type | Method and Description |
|---|---|
CfnPlaceIndex |
build() |
static CfnPlaceIndex.Builder |
create(Construct scope,
String id) |
CfnPlaceIndex.Builder |
dataSource(String dataSource)
Specifies the geospatial data provider for the new place index.
|
CfnPlaceIndex.Builder |
dataSourceConfiguration(CfnPlaceIndex.DataSourceConfigurationProperty dataSourceConfiguration)
Specifies the data storage option for requesting Places.
|
CfnPlaceIndex.Builder |
dataSourceConfiguration(IResolvable dataSourceConfiguration)
Specifies the data storage option for requesting Places.
|
CfnPlaceIndex.Builder |
description(String description)
The optional description for the place index resource.
|
CfnPlaceIndex.Builder |
indexName(String indexName)
The name of the place index resource.
|
CfnPlaceIndex.Builder |
pricingPlan(String pricingPlan)
No longer used.
|
@Stability(value=Stable) public static CfnPlaceIndex.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnPlaceIndex.DataSourceConfigurationProperty.Builder.@Stability(value=Stable) public CfnPlaceIndex.Builder dataSource(String dataSource)
This field is case-sensitive. Enter the valid values as shown. For example, entering
HEREreturns an error.
Valid values include:
Esri – For additional information about Esri 's coverage in your region of interest, see Esri details on geocoding coverage .Here – For additional information about HERE Technologies ' coverage in your region of interest, see HERE details on goecoding coverage .
If you specify HERE Technologies (
Here) as the data provider, you may not store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
For additional information , see Data providers on the Amazon Location Service Developer Guide .
dataSource - Specifies the geospatial data provider for the new place index. This parameter is required.this@Stability(value=Stable) public CfnPlaceIndex.Builder indexName(String indexName)
Requirements:
ExamplePlaceIndex .indexName - The name of the place index resource. This parameter is required.this@Stability(value=Stable) public CfnPlaceIndex.Builder dataSourceConfiguration(IResolvable dataSourceConfiguration)
dataSourceConfiguration - Specifies the data storage option for requesting Places. This parameter is required.this@Stability(value=Stable) public CfnPlaceIndex.Builder dataSourceConfiguration(CfnPlaceIndex.DataSourceConfigurationProperty dataSourceConfiguration)
dataSourceConfiguration - Specifies the data storage option for requesting Places. This parameter is required.this@Stability(value=Stable) public CfnPlaceIndex.Builder description(String description)
description - The optional description for the place index resource. This parameter is required.this@Stability(value=Stable) public CfnPlaceIndex.Builder pricingPlan(String pricingPlan)
Allowed Values : RequestBasedUsage
pricingPlan - No longer used. If included, the only allowed value is `RequestBasedUsage` . This parameter is required.this@Stability(value=Stable) public CfnPlaceIndex build()
build in interface software.amazon.jsii.Builder<CfnPlaceIndex>Copyright © 2022. All rights reserved.