Interface WaypointOptimizationOptimizedWaypoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WaypointOptimizationOptimizedWaypoint.Builder,WaypointOptimizationOptimizedWaypoint>,SdkBuilder<WaypointOptimizationOptimizedWaypoint.Builder,WaypointOptimizationOptimizedWaypoint>,SdkPojo
- Enclosing class:
- WaypointOptimizationOptimizedWaypoint
public static interface WaypointOptimizationOptimizedWaypoint.Builder extends SdkPojo, CopyableBuilder<WaypointOptimizationOptimizedWaypoint.Builder,WaypointOptimizationOptimizedWaypoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WaypointOptimizationOptimizedWaypoint.BuilderarrivalTime(String arrivalTime)Estimated time of arrival at the destination.WaypointOptimizationOptimizedWaypoint.BuilderdepartureTime(String departureTime)Estimated time of departure from thr origin.WaypointOptimizationOptimizedWaypoint.Builderid(String id)The waypoint Id.WaypointOptimizationOptimizedWaypoint.Builderposition(Double... position)Position defined as[longitude, latitude].WaypointOptimizationOptimizedWaypoint.Builderposition(Collection<Double> position)Position defined as[longitude, latitude].-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arrivalTime
WaypointOptimizationOptimizedWaypoint.Builder arrivalTime(String arrivalTime)
Estimated time of arrival at the destination.
Time format:
YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mmExamples:
2020-04-22T17:57:24Z2020-04-22T17:57:24+02:00- Parameters:
arrivalTime- Estimated time of arrival at the destination.Time format:
YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mmExamples:
2020-04-22T17:57:24Z2020-04-22T17:57:24+02:00- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
departureTime
WaypointOptimizationOptimizedWaypoint.Builder departureTime(String departureTime)
Estimated time of departure from thr origin.
Time format:
YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mmExamples:
2020-04-22T17:57:24Z2020-04-22T17:57:24+02:00- Parameters:
departureTime- Estimated time of departure from thr origin.Time format:
YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mmExamples:
2020-04-22T17:57:24Z2020-04-22T17:57:24+02:00- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
WaypointOptimizationOptimizedWaypoint.Builder id(String id)
The waypoint Id.
- Parameters:
id- The waypoint Id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
WaypointOptimizationOptimizedWaypoint.Builder position(Collection<Double> position)
Position defined as
[longitude, latitude].- Parameters:
position- Position defined as[longitude, latitude].- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
WaypointOptimizationOptimizedWaypoint.Builder position(Double... position)
Position defined as
[longitude, latitude].- Parameters:
position- Position defined as[longitude, latitude].- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-