Interface GetSatelliteResponse.Builder

    • Method Detail

      • currentEphemeris

        GetSatelliteResponse.Builder currentEphemeris​(EphemerisMetaData currentEphemeris)

        The current ephemeris being used to compute the trajectory of the satellite.

        Parameters:
        currentEphemeris - The current ephemeris being used to compute the trajectory of the satellite.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groundStations

        GetSatelliteResponse.Builder groundStations​(Collection<String> groundStations)

        A list of ground stations to which the satellite is on-boarded.

        Parameters:
        groundStations - A list of ground stations to which the satellite is on-boarded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groundStations

        GetSatelliteResponse.Builder groundStations​(String... groundStations)

        A list of ground stations to which the satellite is on-boarded.

        Parameters:
        groundStations - A list of ground stations to which the satellite is on-boarded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • noradSatelliteID

        GetSatelliteResponse.Builder noradSatelliteID​(Integer noradSatelliteID)

        NORAD satellite ID number.

        Parameters:
        noradSatelliteID - NORAD satellite ID number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • satelliteArn

        GetSatelliteResponse.Builder satelliteArn​(String satelliteArn)

        ARN of a satellite.

        Parameters:
        satelliteArn - ARN of a satellite.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • satelliteId

        GetSatelliteResponse.Builder satelliteId​(String satelliteId)

        UUID of a satellite.

        Parameters:
        satelliteId - UUID of a satellite.
        Returns:
        Returns a reference to this object so that method calls can be chained together.