Interface WeightPerAxleGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WeightPerAxleGroup.Builder,WeightPerAxleGroup>,SdkBuilder<WeightPerAxleGroup.Builder,WeightPerAxleGroup>,SdkPojo
- Enclosing class:
- WeightPerAxleGroup
public static interface WeightPerAxleGroup.Builder extends SdkPojo, CopyableBuilder<WeightPerAxleGroup.Builder,WeightPerAxleGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WeightPerAxleGroup.Builderquad(Long quad)Weight for quad axle group.WeightPerAxleGroup.Builderquint(Long quint)Weight for quad quint group.WeightPerAxleGroup.Buildersingle(Long single)Weight for single axle group.WeightPerAxleGroup.Buildertandem(Long tandem)Weight for tandem axle group.WeightPerAxleGroup.Buildertriple(Long triple)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 Detail
-
single
WeightPerAxleGroup.Builder single(Long 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
WeightPerAxleGroup.Builder tandem(Long 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
WeightPerAxleGroup.Builder triple(Long 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
WeightPerAxleGroup.Builder quad(Long 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
WeightPerAxleGroup.Builder quint(Long 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.
-
-