@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 - `AWS::Location::RouteCalculator.CalculatorName`. This parameter is required.this@Stability(value=Stable) public CfnRouteCalculatorProps.Builder dataSource(String dataSource)
CfnRouteCalculatorProps.getDataSource()dataSource - `AWS::Location::RouteCalculator.DataSource`. This parameter is required.this@Stability(value=Stable) public CfnRouteCalculatorProps.Builder description(String description)
CfnRouteCalculatorProps.getDescription()description - `AWS::Location::RouteCalculator.Description`.this@Stability(value=Stable) public CfnRouteCalculatorProps.Builder pricingPlan(String pricingPlan)
CfnRouteCalculatorProps.getPricingPlan()pricingPlan - `AWS::Location::RouteCalculator.PricingPlan`. This parameter is required.this@Stability(value=Stable) public CfnRouteCalculatorProps build()
build in interface software.amazon.jsii.Builder<CfnRouteCalculatorProps>CfnRouteCalculatorPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.