Interface GroundStationData.Builder

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

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

    • groundStationId

      GroundStationData.Builder groundStationId(String groundStationId)

      UUID of a ground station.

      Parameters:
      groundStationId - UUID of a ground station.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groundStationName

      GroundStationData.Builder groundStationName(String groundStationName)

      Name of a ground station.

      Parameters:
      groundStationName - Name of a ground station.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • region

      Ground station Region.

      Parameters:
      region - Ground station Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.