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)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
DescribeRouteCalculatorResponse.Builder |
pricingPlan(String pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
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 Amazon Web Services.
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 Amazon Web Services.
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
Grab
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
Grab
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.@Deprecated DescribeRouteCalculatorResponse.Builder pricingPlan(String pricingPlan)
Always returns RequestBasedUsage.
pricingPlan - Always returns RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated DescribeRouteCalculatorResponse.Builder pricingPlan(PricingPlan pricingPlan)
Always returns RequestBasedUsage.
pricingPlan - Always returns RequestBasedUsage.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 © 2023. All rights reserved.