@Stability(value=Stable) public static final class CfnRouteCalculator.Builder extends Object implements software.amazon.jsii.Builder<CfnRouteCalculator>
CfnRouteCalculator.| Modifier and Type | Method and Description |
|---|---|
CfnRouteCalculator |
build() |
CfnRouteCalculator.Builder |
calculatorName(String calculatorName)
The name of the route calculator resource.
|
static CfnRouteCalculator.Builder |
create(software.constructs.Construct scope,
String id) |
CfnRouteCalculator.Builder |
dataSource(String dataSource)
Specifies the data provider of traffic and road network data.
|
CfnRouteCalculator.Builder |
description(String description)
The optional description for the route calculator resource.
|
CfnRouteCalculator.Builder |
pricingPlan(String pricingPlan)
No longer used.
|
@Stability(value=Stable) public static CfnRouteCalculator.Builder create(software.constructs.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.CfnRouteCalculator.Builder.@Stability(value=Stable) public CfnRouteCalculator.Builder calculatorName(String calculatorName)
Requirements:
ExampleRouteCalculator .calculatorName - The name of the route calculator resource. This parameter is required.this@Stability(value=Stable) public CfnRouteCalculator.Builder dataSource(String dataSource)
This field is case-sensitive. Enter the valid values as shown. For example, entering
HEREreturns an error.
Valid values include:
EsriHereFor more information about data providers, see the Amazon Location Service data providers page .
dataSource - Specifies the data provider of traffic and road network data. This parameter is required.this@Stability(value=Stable) public CfnRouteCalculator.Builder description(String description)
description - The optional description for the route calculator resource. This parameter is required.this@Stability(value=Stable) public CfnRouteCalculator.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 CfnRouteCalculator build()
build in interface software.amazon.jsii.Builder<CfnRouteCalculator>Copyright © 2022. All rights reserved.