public static interface ListRouteCalculatorsResponseEntry.Builder extends SdkPojo, CopyableBuilder<ListRouteCalculatorsResponseEntry.Builder,ListRouteCalculatorsResponseEntry>
| Modifier and Type | Method and Description |
|---|---|
ListRouteCalculatorsResponseEntry.Builder |
calculatorName(String calculatorName)
The name of the route calculator resource.
|
ListRouteCalculatorsResponseEntry.Builder |
createTime(Instant createTime)
The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
ListRouteCalculatorsResponseEntry.Builder |
dataSource(String dataSource)
The data provider of traffic and road network data.
|
ListRouteCalculatorsResponseEntry.Builder |
description(String description)
The optional description of the route calculator resource.
|
ListRouteCalculatorsResponseEntry.Builder |
pricingPlan(PricingPlan pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
ListRouteCalculatorsResponseEntry.Builder |
pricingPlan(String pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
ListRouteCalculatorsResponseEntry.Builder |
updateTime(Instant updateTime)
The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListRouteCalculatorsResponseEntry.Builder calculatorName(String calculatorName)
The name of the route calculator resource.
calculatorName - The name of the route calculator resource.ListRouteCalculatorsResponseEntry.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
ListRouteCalculatorsResponseEntry.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.
ListRouteCalculatorsResponseEntry.Builder description(String description)
The optional description of the route calculator resource.
description - The optional description of the route calculator resource.@Deprecated ListRouteCalculatorsResponseEntry.Builder pricingPlan(String pricingPlan)
Always returns RequestBasedUsage.
pricingPlan - Always returns RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated ListRouteCalculatorsResponseEntry.Builder pricingPlan(PricingPlan pricingPlan)
Always returns RequestBasedUsage.
pricingPlan - Always returns RequestBasedUsage.PricingPlan,
PricingPlanListRouteCalculatorsResponseEntry.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.