Uses of Interface
software.amazon.awssdk.services.groundstation.model.EphemerisDescription.Builder
-
Packages that use EphemerisDescription.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of EphemerisDescription.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return EphemerisDescription.Builder Modifier and Type Method Description static EphemerisDescription.BuilderEphemerisDescription. builder()EphemerisDescription.BuilderEphemerisDescription.Builder. ephemerisData(String ephemerisData)Supplied ephemeris data.default EphemerisDescription.BuilderEphemerisDescription.Builder. sourceS3Object(Consumer<S3Object.Builder> sourceS3Object)Source S3 object used for the ephemeris.EphemerisDescription.BuilderEphemerisDescription.Builder. sourceS3Object(S3Object sourceS3Object)Source S3 object used for the ephemeris.EphemerisDescription.BuilderEphemerisDescription. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type EphemerisDescription.Builder Modifier and Type Method Description static Class<? extends EphemerisDescription.Builder>EphemerisDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type EphemerisDescription.Builder Modifier and Type Method Description static EphemerisTypeDescriptionEphemerisTypeDescription. fromOem(Consumer<EphemerisDescription.Builder> oem)Create an instance of this class withEphemerisTypeDescription.oem()initialized to the given value.static EphemerisTypeDescriptionEphemerisTypeDescription. fromTle(Consumer<EphemerisDescription.Builder> tle)Create an instance of this class withEphemerisTypeDescription.tle()initialized to the given value.default EphemerisTypeDescription.BuilderEphemerisTypeDescription.Builder. oem(Consumer<EphemerisDescription.Builder> oem)Sets the value of the Oem property for this object.default EphemerisTypeDescription.BuilderEphemerisTypeDescription.Builder. tle(Consumer<EphemerisDescription.Builder> tle)Sets the value of the Tle property for this object.
-