Interface RoadSnapTrailerOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RoadSnapTrailerOptions.Builder,,RoadSnapTrailerOptions> SdkBuilder<RoadSnapTrailerOptions.Builder,,RoadSnapTrailerOptions> SdkPojo
- Enclosing class:
RoadSnapTrailerOptions
@Mutable
@NotThreadSafe
public static interface RoadSnapTrailerOptions.Builder
extends SdkPojo, CopyableBuilder<RoadSnapTrailerOptions.Builder,RoadSnapTrailerOptions>
-
Method Summary
Modifier and TypeMethodDescriptiontrailerCount(Integer trailerCount) Number of trailers attached to the vehicle.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
-
trailerCount
Number of trailers attached to the vehicle.
Default Value:
0- Parameters:
trailerCount- Number of trailers attached to the vehicle.Default Value:
0- Returns:
- Returns a reference to this object so that method calls can be chained together.
-