@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-07-01T09:58:32.289Z")
public interface CfnRouteCalculatorProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.location.*; CfnRouteCalculatorProps cfnRouteCalculatorProps = CfnRouteCalculatorProps.builder() .calculatorName("calculatorName") .dataSource("dataSource") // the properties below are optional .description("description") .pricingPlan("pricingPlan") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRouteCalculatorProps.Builder
A builder for
CfnRouteCalculatorProps |
static class |
CfnRouteCalculatorProps.Jsii$Proxy
An implementation for
CfnRouteCalculatorProps |
Modifier and Type | Method and Description |
---|---|
static CfnRouteCalculatorProps.Builder |
builder() |
java.lang.String |
getCalculatorName()
The name of the route calculator resource.
|
java.lang.String |
getDataSource()
Specifies the data provider of traffic and road network data.
|
default java.lang.String |
getDescription()
The optional description for the route calculator resource.
|
default java.lang.String |
getPricingPlan()
No longer used.
|
java.lang.String getCalculatorName()
Requirements:
ExampleRouteCalculator
.java.lang.String getDataSource()
This field is case-sensitive. Enter the valid values as shown. For example, entering
HERE
returns an error.
Valid values include:
Esri
Here
For more information about data providers, see the Amazon Location Service data providers page .
default java.lang.String getDescription()
default java.lang.String getPricingPlan()
Allowed Values : RequestBasedUsage
static CfnRouteCalculatorProps.Builder builder()
CfnRouteCalculatorProps.Builder
of CfnRouteCalculatorProps