public static interface DescribeRouteCalculatorResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<DescribeRouteCalculatorResponse.Builder,DescribeRouteCalculatorResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRouteCalculatorResponse.Builder |
calculatorArn(String calculatorArn)
The Amazon Resource Name (ARN) for the Route calculator resource.
|
DescribeRouteCalculatorResponse.Builder |
calculatorName(String calculatorName)
The name of the route calculator resource being described.
|
DescribeRouteCalculatorResponse.Builder |
createTime(Instant createTime)
The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
DescribeRouteCalculatorResponse.Builder |
dataSource(String dataSource)
The data provider of traffic and road network data.
|
DescribeRouteCalculatorResponse.Builder |
description(String description)
The optional description of the route calculator resource.
|
DescribeRouteCalculatorResponse.Builder |
pricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified route calculator resource.
|
DescribeRouteCalculatorResponse.Builder |
pricingPlan(String pricingPlan)
The pricing plan selected for the specified route calculator resource.
|
DescribeRouteCalculatorResponse.Builder |
tags(Map<String,String> tags)
Tags associated with route calculator resource.
|
DescribeRouteCalculatorResponse.Builder |
updateTime(Instant updateTime)
The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRouteCalculatorResponse.Builder calculatorArn(String calculatorArn)
The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
calculatorArn - The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a
resource across AWS.
Format example: arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
DescribeRouteCalculatorResponse.Builder calculatorName(String calculatorName)
The name of the route calculator resource being described.
calculatorName - The name of the route calculator resource being described.DescribeRouteCalculatorResponse.Builder createTime(Instant createTime)
The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
For example, 2020–07-2T12:15:20.000Z+01:00
createTime - The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
For example, 2020–07-2T12:15:20.000Z+01:00
DescribeRouteCalculatorResponse.Builder dataSource(String dataSource)
The data provider of traffic and road network data. Indicates one of the available providers:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
dataSource - The data provider of traffic and road network data. Indicates one of the available providers:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
DescribeRouteCalculatorResponse.Builder description(String description)
The optional description of the route calculator resource.
description - The optional description of the route calculator resource.DescribeRouteCalculatorResponse.Builder pricingPlan(String pricingPlan)
The pricing plan selected for the specified route calculator resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
pricingPlan - The pricing plan selected for the specified route calculator resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlan,
PricingPlanDescribeRouteCalculatorResponse.Builder pricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified route calculator resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
pricingPlan - The pricing plan selected for the specified route calculator resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlan,
PricingPlanDescribeRouteCalculatorResponse.Builder tags(Map<String,String> tags)
Tags associated with route calculator resource.
tags - Tags associated with route calculator resource.DescribeRouteCalculatorResponse.Builder updateTime(Instant updateTime)
The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
For example, 2020–07-2T12:15:20.000Z+01:00
updateTime - The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
For example, 2020–07-2T12:15:20.000Z+01:00
Copyright © 2021. All rights reserved.