@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.178Z") @Stability(value=Stable) public interface CfnRouteCalculatorProps extends software.amazon.jsii.JsiiSerializable
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")
.pricingPlan("pricingPlan")
// the properties below are optional
.description("description")
.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() |
String |
getCalculatorName()
`AWS::Location::RouteCalculator.CalculatorName`.
|
String |
getDataSource()
`AWS::Location::RouteCalculator.DataSource`.
|
default String |
getDescription()
`AWS::Location::RouteCalculator.Description`.
|
String |
getPricingPlan()
`AWS::Location::RouteCalculator.PricingPlan`.
|
@Stability(value=Stable) @NotNull String getCalculatorName()
@Stability(value=Stable) @NotNull String getDataSource()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getPricingPlan()
@Stability(value=Stable) static CfnRouteCalculatorProps.Builder builder()
CfnRouteCalculatorProps.Builder of CfnRouteCalculatorPropsCopyright © 2021. All rights reserved.