Interface TLEEphemeris.Builder

  • Method Details

    • s3Object

      TLEEphemeris.Builder s3Object(S3Object s3Object)

      The Amazon S3 object that contains the ephemeris data.

      Parameters:
      s3Object - The Amazon S3 object that contains the ephemeris data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Object

      default TLEEphemeris.Builder s3Object(Consumer<S3Object.Builder> s3Object)

      The Amazon S3 object that contains the ephemeris data.

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

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

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

      TLE data that you provide directly instead of using an Amazon S3 object.

      Parameters:
      tleData - TLE data that you provide directly instead of using an Amazon S3 object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tleData

      TLEEphemeris.Builder tleData(TLEData... tleData)

      TLE data that you provide directly instead of using an Amazon S3 object.

      Parameters:
      tleData - TLE data that you provide directly instead of using an Amazon S3 object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tleData

      TLE data that you provide directly instead of using an Amazon S3 object.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tleData(List<TLEData>).

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