Interface WeightPerAxleGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WeightPerAxleGroup.Builder,
,WeightPerAxleGroup> SdkBuilder<WeightPerAxleGroup.Builder,
,WeightPerAxleGroup> SdkPojo
- Enclosing class:
WeightPerAxleGroup
@Mutable
@NotThreadSafe
public static interface WeightPerAxleGroup.Builder
extends SdkPojo, CopyableBuilder<WeightPerAxleGroup.Builder,WeightPerAxleGroup>
-
Method Summary
Modifier and TypeMethodDescriptionWeight for quad axle group.Weight for quad quint group.Weight for single axle group.Weight for tandem axle group.Weight for triple axle group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
single
Weight for single axle group.
Unit:
Kilograms
- Parameters:
single
- Weight for single axle group.Unit:
Kilograms
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tandem
Weight for tandem axle group.
Unit:
Kilograms
- Parameters:
tandem
- Weight for tandem axle group.Unit:
Kilograms
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
triple
Weight for triple axle group.
Unit:
Kilograms
- Parameters:
triple
- Weight for triple axle group.Unit:
Kilograms
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quad
Weight for quad axle group.
Unit:
Kilograms
- Parameters:
quad
- Weight for quad axle group.Unit:
Kilograms
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quint
Weight for quad quint group.
Unit:
Kilograms
- Parameters:
quint
- Weight for quad quint group.Unit:
Kilograms
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-