@Stability(value=Stable) public static final class CfnRouteCalculatorProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRouteCalculatorProps>
CfnRouteCalculatorProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRouteCalculatorProps |
build()
Builds the configured instance.
|
CfnRouteCalculatorProps.Builder |
calculatorName(String calculatorName)
Sets the value of
CfnRouteCalculatorProps.getCalculatorName() |
CfnRouteCalculatorProps.Builder |
dataSource(String dataSource)
Sets the value of
CfnRouteCalculatorProps.getDataSource() |
CfnRouteCalculatorProps.Builder |
description(String description)
Sets the value of
CfnRouteCalculatorProps.getDescription() |
CfnRouteCalculatorProps.Builder |
pricingPlan(String pricingPlan)
Sets the value of
CfnRouteCalculatorProps.getPricingPlan() |
@Stability(value=Stable) public CfnRouteCalculatorProps.Builder calculatorName(String calculatorName)
CfnRouteCalculatorProps.getCalculatorName()calculatorName - The name of the route calculator resource. This parameter is required.
Requirements:
ExampleRouteCalculator .this@Stability(value=Stable) public CfnRouteCalculatorProps.Builder dataSource(String dataSource)
CfnRouteCalculatorProps.getDataSource()dataSource - Specifies the data provider of traffic and road network data. This parameter is required.
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 .
this@Stability(value=Stable) public CfnRouteCalculatorProps.Builder description(String description)
CfnRouteCalculatorProps.getDescription()description - The optional description for the route calculator resource.this@Stability(value=Stable) public CfnRouteCalculatorProps.Builder pricingPlan(String pricingPlan)
CfnRouteCalculatorProps.getPricingPlan()pricingPlan - No longer used. If included, the only allowed value is `RequestBasedUsage` .
Allowed Values : RequestBasedUsagethis@Stability(value=Stable) public CfnRouteCalculatorProps build()
build in interface software.amazon.jsii.Builder<CfnRouteCalculatorProps>CfnRouteCalculatorPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.