Uses of Interface
software.amazon.awssdk.services.groundstation.model.TLEData.Builder
-
Packages that use TLEData.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of TLEData.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return TLEData.Builder Modifier and Type Method Description static TLEData.BuilderTLEData. builder()TLEData.BuilderTLEData.Builder. tleLine1(String tleLine1)First line of two-line element set (TLE) data.TLEData.BuilderTLEData.Builder. tleLine2(String tleLine2)Second line of two-line element set (TLE) data.TLEData.BuilderTLEData. toBuilder()default TLEData.BuilderTLEData.Builder. validTimeRange(Consumer<TimeRange.Builder> validTimeRange)The valid time range for the TLE.TLEData.BuilderTLEData.Builder. validTimeRange(TimeRange validTimeRange)The valid time range for the TLE.Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type TLEData.Builder Modifier and Type Method Description static Class<? extends TLEData.Builder>TLEData. serializableBuilderClass()
-