public static interface Elevation.Builder extends SdkPojo, CopyableBuilder<Elevation.Builder,Elevation>
Modifier and Type | Method and Description |
---|---|
Elevation.Builder |
unit(AngleUnits unit)
Elevation angle units.
|
Elevation.Builder |
unit(String unit)
Elevation angle units.
|
Elevation.Builder |
value(Double value)
Elevation angle value.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Elevation.Builder unit(String unit)
Elevation angle units.
unit
- Elevation angle units.AngleUnits
,
AngleUnits
Elevation.Builder unit(AngleUnits unit)
Elevation angle units.
unit
- Elevation angle units.AngleUnits
,
AngleUnits
Elevation.Builder value(Double value)
Elevation angle value.
value
- Elevation angle value.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.