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)
The pricing plan for the specified route calculator resource.
|
ListRouteCalculatorsResponseEntry.Builder |
pricingPlan(String pricingPlan)
The pricing plan for the specified route calculator resource.
|
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
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.
ListRouteCalculatorsResponseEntry.Builder description(String description)
The optional description of the route calculator resource.
description - The optional description of the route calculator resource.ListRouteCalculatorsResponseEntry.Builder pricingPlan(String pricingPlan)
The pricing plan 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 for the specified route calculator resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlan,
PricingPlanListRouteCalculatorsResponseEntry.Builder pricingPlan(PricingPlan pricingPlan)
The pricing plan 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 for the specified route calculator resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
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 © 2021. All rights reserved.