public static interface EphemerisTypeDescription.Builder extends SdkPojo, CopyableBuilder<EphemerisTypeDescription.Builder,EphemerisTypeDescription>
| Modifier and Type | Method and Description |
|---|---|
default EphemerisTypeDescription.Builder |
oem(Consumer<EphemerisDescription.Builder> oem)
Sets the value of the Oem property for this object.
|
EphemerisTypeDescription.Builder |
oem(EphemerisDescription oem)
Sets the value of the Oem property for this object.
|
default EphemerisTypeDescription.Builder |
tle(Consumer<EphemerisDescription.Builder> tle)
Sets the value of the Tle property for this object.
|
EphemerisTypeDescription.Builder |
tle(EphemerisDescription tle)
Sets the value of the Tle property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEphemerisTypeDescription.Builder oem(EphemerisDescription oem)
oem - The new value for the Oem property for this object.default EphemerisTypeDescription.Builder oem(Consumer<EphemerisDescription.Builder> oem)
EphemerisDescription.Builder avoiding
the need to create one manually via EphemerisDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to oem(EphemerisDescription).
oem - a consumer that will call methods on EphemerisDescription.Builderoem(EphemerisDescription)EphemerisTypeDescription.Builder tle(EphemerisDescription tle)
tle - The new value for the Tle property for this object.default EphemerisTypeDescription.Builder tle(Consumer<EphemerisDescription.Builder> tle)
EphemerisDescription.Builder avoiding
the need to create one manually via EphemerisDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to tle(EphemerisDescription).
tle - a consumer that will call methods on EphemerisDescription.Buildertle(EphemerisDescription)Copyright © 2023. All rights reserved.