Interface IsolineAvoidanceZoneCategory.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IsolineAvoidanceZoneCategory.Builder,,IsolineAvoidanceZoneCategory> SdkBuilder<IsolineAvoidanceZoneCategory.Builder,,IsolineAvoidanceZoneCategory> SdkPojo
- Enclosing class:
IsolineAvoidanceZoneCategory
@Mutable
@NotThreadSafe
public static interface IsolineAvoidanceZoneCategory.Builder
extends SdkPojo, CopyableBuilder<IsolineAvoidanceZoneCategory.Builder,IsolineAvoidanceZoneCategory>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of regulated zone:CongestionPricingfor toll zones based on traffic levels,Environmentalfor low-emission zones, orVignettefor areas requiring special permits or stickers.category(IsolineZoneCategory category) The type of regulated zone:CongestionPricingfor toll zones based on traffic levels,Environmentalfor low-emission zones, orVignettefor areas requiring special permits or stickers.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
-
category
The type of regulated zone:
CongestionPricingfor toll zones based on traffic levels,Environmentalfor low-emission zones, orVignettefor areas requiring special permits or stickers.- Parameters:
category- The type of regulated zone:CongestionPricingfor toll zones based on traffic levels,Environmentalfor low-emission zones, orVignettefor areas requiring special permits or stickers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
category
The type of regulated zone:
CongestionPricingfor toll zones based on traffic levels,Environmentalfor low-emission zones, orVignettefor areas requiring special permits or stickers.- Parameters:
category- The type of regulated zone:CongestionPricingfor toll zones based on traffic levels,Environmentalfor low-emission zones, orVignettefor areas requiring special permits or stickers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-