Interface RoutePassThroughWaypoint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RoutePassThroughWaypoint.Builder,,RoutePassThroughWaypoint> SdkBuilder<RoutePassThroughWaypoint.Builder,,RoutePassThroughWaypoint> SdkPojo
- Enclosing class:
RoutePassThroughWaypoint
@Mutable
@NotThreadSafe
public static interface RoutePassThroughWaypoint.Builder
extends SdkPojo, CopyableBuilder<RoutePassThroughWaypoint.Builder,RoutePassThroughWaypoint>
-
Method Summary
Modifier and TypeMethodDescriptiongeometryOffset(Integer geometryOffset) Offset in the leg geometry corresponding to the start of this step.default RoutePassThroughWaypoint.BuilderThe place details.place(RoutePassThroughPlace place) The place details.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
geometryOffset
Offset in the leg geometry corresponding to the start of this step.
- Parameters:
geometryOffset- Offset in the leg geometry corresponding to the start of this step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
place
The place details.
- Parameters:
place- The place details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
place
The place details.
This is a convenience method that creates an instance of theRoutePassThroughPlace.Builderavoiding the need to create one manually viaRoutePassThroughPlace.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toplace(RoutePassThroughPlace).- Parameters:
place- a consumer that will call methods onRoutePassThroughPlace.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-