Interface Position.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Position.Builder,Position>,SdkBuilder<Position.Builder,Position>,SdkPojo
- Enclosing class:
- Position
public static interface Position.Builder extends SdkPojo, CopyableBuilder<Position.Builder,Position>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Position.Builderelevation(Double elevation)The elevation of the equipment at this position.Position.BuilderelevationReference(String elevationReference)The reference point from which elevation is reported.Position.BuilderelevationReference(ElevationReference elevationReference)The reference point from which elevation is reported.Position.BuilderelevationUnit(String elevationUnit)The units used to measure the elevation of the position.Position.BuilderelevationUnit(ElevationUnit elevationUnit)The units used to measure the elevation of the position.Position.Builderlatitude(Double latitude)The latitude of the position.Position.Builderlongitude(Double longitude)The longitude of the position.-
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
-
elevation
Position.Builder elevation(Double elevation)
The elevation of the equipment at this position.
- Parameters:
elevation- The elevation of the equipment at this position.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elevationReference
Position.Builder elevationReference(String elevationReference)
The reference point from which elevation is reported.
- Parameters:
elevationReference- The reference point from which elevation is reported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ElevationReference,ElevationReference
-
elevationReference
Position.Builder elevationReference(ElevationReference elevationReference)
The reference point from which elevation is reported.
- Parameters:
elevationReference- The reference point from which elevation is reported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ElevationReference,ElevationReference
-
elevationUnit
Position.Builder elevationUnit(String elevationUnit)
The units used to measure the elevation of the position.
- Parameters:
elevationUnit- The units used to measure the elevation of the position.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ElevationUnit,ElevationUnit
-
elevationUnit
Position.Builder elevationUnit(ElevationUnit elevationUnit)
The units used to measure the elevation of the position.
- Parameters:
elevationUnit- The units used to measure the elevation of the position.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ElevationUnit,ElevationUnit
-
latitude
Position.Builder latitude(Double latitude)
The latitude of the position.
- Parameters:
latitude- The latitude of the position.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
longitude
Position.Builder longitude(Double longitude)
The longitude of the position.
- Parameters:
longitude- The longitude of the position.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-