Interface AzElEphemeris.Builder

  • Method Details

    • groundStation

      AzElEphemeris.Builder groundStation(String groundStation)

      The ground station name for which you're providing azimuth elevation data.

      This ephemeris is specific to this ground station and can't be used at other locations.

      Parameters:
      groundStation - The ground station name for which you're providing azimuth elevation data.

      This ephemeris is specific to this ground station and can't be used at other locations.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • data

      Azimuth elevation segment data.

      You can provide data inline in the request or through an Amazon S3 object reference.

      Parameters:
      data - Azimuth elevation segment data.

      You can provide data inline in the request or through an Amazon S3 object reference.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • data

      Azimuth elevation segment data.

      You can provide data inline in the request or through an Amazon S3 object reference.

      This is a convenience method that creates an instance of the AzElSegmentsData.Builder avoiding the need to create one manually via AzElSegmentsData.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to data(AzElSegmentsData).

      Parameters:
      data - a consumer that will call methods on AzElSegmentsData.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: