Interface Elevation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Elevation.Builder,
,Elevation> SdkBuilder<Elevation.Builder,
,Elevation> SdkPojo
- Enclosing class:
Elevation
@Mutable
@NotThreadSafe
public static interface Elevation.Builder
extends SdkPojo, CopyableBuilder<Elevation.Builder,Elevation>
-
Method Summary
Modifier and TypeMethodDescriptionElevation angle units.unit
(AngleUnits unit) Elevation angle units.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-
value
Elevation angle value.
- Parameters:
value
- Elevation angle value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-