Interface RoutePedestrianArrival.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RoutePedestrianArrival.Builder,,RoutePedestrianArrival> SdkBuilder<RoutePedestrianArrival.Builder,,RoutePedestrianArrival> SdkPojo
- Enclosing class:
RoutePedestrianArrival
@Mutable
@NotThreadSafe
public static interface RoutePedestrianArrival.Builder
extends SdkPojo, CopyableBuilder<RoutePedestrianArrival.Builder,RoutePedestrianArrival>
-
Method Summary
Modifier and TypeMethodDescriptiondefault RoutePedestrianArrival.BuilderPlace details corresponding to the arrival.place(RoutePedestrianPlace place) Place details corresponding to the arrival.The arrival time.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
-
place
Place details corresponding to the arrival.
- Parameters:
place- Place details corresponding to the arrival.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
place
Place details corresponding to the arrival.
This is a convenience method that creates an instance of theRoutePedestrianPlace.Builderavoiding the need to create one manually viaRoutePedestrianPlace.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toplace(RoutePedestrianPlace).- Parameters:
place- a consumer that will call methods onRoutePedestrianPlace.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
time
The arrival time.
- Parameters:
time- The arrival time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-