Interface AccessPoint.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AccessPoint.Builder,AccessPoint>, SdkBuilder<AccessPoint.Builder,AccessPoint>, SdkPojo
Enclosing class:
AccessPoint

public static interface AccessPoint.Builder extends SdkPojo, CopyableBuilder<AccessPoint.Builder,AccessPoint>
  • Method Details

    • position

      AccessPoint.Builder position(Collection<Double> position)

      The position, in longitude and latitude.

      Parameters:
      position - The position, in longitude and latitude.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • position

      AccessPoint.Builder position(Double... position)

      The position, in longitude and latitude.

      Parameters:
      position - The position, in longitude and latitude.
      Returns:
      Returns a reference to this object so that method calls can be chained together.