public static interface TLEEphemeris.Builder extends SdkPojo, CopyableBuilder<TLEEphemeris.Builder,TLEEphemeris>
| Modifier and Type | Method and Description |
|---|---|
default TLEEphemeris.Builder |
s3Object(Consumer<S3Object.Builder> s3Object)
Identifies the S3 object to be used as the ephemeris.
|
TLEEphemeris.Builder |
s3Object(S3Object s3Object)
Identifies the S3 object to be used as the ephemeris.
|
TLEEphemeris.Builder |
tleData(Collection<TLEData> tleData)
The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.
|
TLEEphemeris.Builder |
tleData(Consumer<TLEData.Builder>... tleData)
The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.
|
TLEEphemeris.Builder |
tleData(TLEData... tleData)
The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTLEEphemeris.Builder s3Object(S3Object s3Object)
Identifies the S3 object to be used as the ephemeris.
s3Object - Identifies the S3 object to be used as the ephemeris.default TLEEphemeris.Builder s3Object(Consumer<S3Object.Builder> s3Object)
Identifies the S3 object to be used as the ephemeris.
This is a convenience method that creates an instance of theS3Object.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).
s3Object - a consumer that will call methods on S3Object.Builders3Object(S3Object)TLEEphemeris.Builder tleData(Collection<TLEData> tleData)
The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.
tleData - The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.TLEEphemeris.Builder tleData(TLEData... tleData)
The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.
tleData - The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.TLEEphemeris.Builder tleData(Consumer<TLEData.Builder>... tleData)
The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.
This is a convenience method that creates an instance of theTLEData.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 - a consumer that will call methods on
TLEData.Builder#tleData(java.util.Collection) Copyright © 2023. All rights reserved.