Interface TruckDimensions.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TruckDimensions.Builder,,- TruckDimensions> - SdkBuilder<TruckDimensions.Builder,,- TruckDimensions> - SdkPojo
- Enclosing class:
- TruckDimensions
- 
Method SummaryModifier and TypeMethodDescriptionThe height of the truck.The length of the truck.Specifies the unit of measurement for the truck dimensions.unit(DimensionUnit unit) Specifies the unit of measurement for the truck dimensions.The width of the truck.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
lengthThe length of the truck. - 
 For example, 15.5.
 For routes calculated with a HERE resource, this value must be between 0 and 300 meters. - Parameters:
- length- The length of the truck.- 
        For example, 15.5.
 - For routes calculated with a HERE resource, this value must be between 0 and 300 meters. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
heightThe height of the truck. - 
 For example, 4.5.
 For routes calculated with a HERE resource, this value must be between 0 and 50 meters. - Parameters:
- height- The height of the truck.- 
        For example, 4.5.
 - For routes calculated with a HERE resource, this value must be between 0 and 50 meters. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
widthThe width of the truck. - 
 For example, 4.5.
 For routes calculated with a HERE resource, this value must be between 0 and 50 meters. - Parameters:
- width- The width of the truck.- 
        For example, 4.5.
 - For routes calculated with a HERE resource, this value must be between 0 and 50 meters. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
unitSpecifies the unit of measurement for the truck dimensions. Default Value: Meters- Parameters:
- unit- Specifies the unit of measurement for the truck dimensions.- Default Value: - Meters
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
unitSpecifies the unit of measurement for the truck dimensions. Default Value: Meters- Parameters:
- unit- Specifies the unit of measurement for the truck dimensions.- Default Value: - Meters
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-