Interface ListRouteCalculatorsResponseEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListRouteCalculatorsResponseEntry.Builder,ListRouteCalculatorsResponseEntry>,SdkBuilder<ListRouteCalculatorsResponseEntry.Builder,ListRouteCalculatorsResponseEntry>,SdkPojo
- Enclosing class:
- ListRouteCalculatorsResponseEntry
public static interface ListRouteCalculatorsResponseEntry.Builder extends SdkPojo, CopyableBuilder<ListRouteCalculatorsResponseEntry.Builder,ListRouteCalculatorsResponseEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ListRouteCalculatorsResponseEntry.BuildercalculatorName(String calculatorName)The name of the route calculator resource.ListRouteCalculatorsResponseEntry.BuildercreateTime(Instant createTime)The timestamp when the route calculator resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.ListRouteCalculatorsResponseEntry.BuilderdataSource(String dataSource)The data provider of traffic and road network data.ListRouteCalculatorsResponseEntry.Builderdescription(String description)The optional description of the route calculator resource.ListRouteCalculatorsResponseEntry.BuilderpricingPlan(String pricingPlan)Deprecated.Deprecated.ListRouteCalculatorsResponseEntry.BuilderpricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.ListRouteCalculatorsResponseEntry.BuilderupdateTime(Instant updateTime)The timestamp when the route calculator resource was last updated in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
calculatorName
ListRouteCalculatorsResponseEntry.Builder calculatorName(String calculatorName)
The name of the route calculator resource.
- Parameters:
calculatorName- The name of the route calculator resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
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
- Parameters:
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
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
dataSource
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
description
ListRouteCalculatorsResponseEntry.Builder description(String description)
The optional description of the route calculator resource.
- Parameters:
description- The optional description of the route calculator resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingPlan
@Deprecated ListRouteCalculatorsResponseEntry.Builder pricingPlan(String pricingPlan)
Deprecated.Deprecated. Always returns RequestBasedUsage.Always returns
RequestBasedUsage.- Parameters:
pricingPlan- Always returnsRequestBasedUsage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PricingPlan,PricingPlan
-
pricingPlan
@Deprecated ListRouteCalculatorsResponseEntry.Builder pricingPlan(PricingPlan pricingPlan)
Deprecated.Deprecated. Always returns RequestBasedUsage.Always returns
RequestBasedUsage.- Parameters:
pricingPlan- Always returnsRequestBasedUsage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PricingPlan,PricingPlan
-
updateTime
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.-
For example,
2020–07-2T12:15:20.000Z+01:00
- Parameters:
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
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-