Interface Elevation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Elevation.Builder,Elevation>,SdkBuilder<Elevation.Builder,Elevation>,SdkPojo
- Enclosing class:
- Elevation
public static interface Elevation.Builder extends SdkPojo, CopyableBuilder<Elevation.Builder,Elevation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Elevation.Builderunit(String unit)Elevation angle units.Elevation.Builderunit(AngleUnits unit)Elevation angle units.Elevation.Buildervalue(Double value)Elevation angle value.-
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, sdkFields
-
-
-
-
Method Detail
-
unit
Elevation.Builder unit(String unit)
Elevation angle units.
- Parameters:
unit- Elevation angle units.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AngleUnits,AngleUnits
-
unit
Elevation.Builder unit(AngleUnits unit)
Elevation angle units.
- Parameters:
unit- Elevation angle units.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AngleUnits,AngleUnits
-
value
Elevation.Builder value(Double value)
Elevation angle value.
- Parameters:
value- Elevation angle value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-