Interface RouteTollPaymentSite.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouteTollPaymentSite.Builder,,RouteTollPaymentSite> SdkBuilder<RouteTollPaymentSite.Builder,,RouteTollPaymentSite> SdkPojo
- Enclosing class:
RouteTollPaymentSite
@Mutable
@NotThreadSafe
public static interface RouteTollPaymentSite.Builder
extends SdkPojo, CopyableBuilder<RouteTollPaymentSite.Builder,RouteTollPaymentSite>
-
Method Summary
Modifier and TypeMethodDescriptionName of the payment site.Position in World Geodetic System (WGS 84) format: [longitude, latitude].position(Collection<Double> position) Position in World Geodetic System (WGS 84) format: [longitude, latitude].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
-
name
Name of the payment site.
- Parameters:
name- Name of the payment site.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
Position in World Geodetic System (WGS 84) format: [longitude, latitude].
- Parameters:
position- Position in World Geodetic System (WGS 84) format: [longitude, latitude].- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
Position in World Geodetic System (WGS 84) format: [longitude, latitude].
- Parameters:
position- Position in World Geodetic System (WGS 84) format: [longitude, latitude].- Returns:
- Returns a reference to this object so that method calls can be chained together.
-