Interface EphemerisTypeDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EphemerisTypeDescription.Builder,EphemerisTypeDescription>,SdkBuilder<EphemerisTypeDescription.Builder,EphemerisTypeDescription>,SdkPojo
- Enclosing class:
- EphemerisTypeDescription
public static interface EphemerisTypeDescription.Builder extends SdkPojo, CopyableBuilder<EphemerisTypeDescription.Builder,EphemerisTypeDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default EphemerisTypeDescription.Builderoem(Consumer<EphemerisDescription.Builder> oem)Sets the value of the Oem property for this object.EphemerisTypeDescription.Builderoem(EphemerisDescription oem)Sets the value of the Oem property for this object.default EphemerisTypeDescription.Buildertle(Consumer<EphemerisDescription.Builder> tle)Sets the value of the Tle property for this object.EphemerisTypeDescription.Buildertle(EphemerisDescription tle)Sets the value of the Tle property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
oem
EphemerisTypeDescription.Builder oem(EphemerisDescription oem)
Sets the value of the Oem property for this object.- Parameters:
oem- The new value for the Oem property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
oem
default EphemerisTypeDescription.Builder oem(Consumer<EphemerisDescription.Builder> oem)
Sets the value of the Oem property for this object. This is a convenience method that creates an instance of theEphemerisDescription.Builderavoiding the need to create one manually viaEphemerisDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooem(EphemerisDescription).- Parameters:
oem- a consumer that will call methods onEphemerisDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
oem(EphemerisDescription)
-
tle
EphemerisTypeDescription.Builder tle(EphemerisDescription tle)
Sets the value of the Tle property for this object.- Parameters:
tle- The new value for the Tle property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tle
default EphemerisTypeDescription.Builder tle(Consumer<EphemerisDescription.Builder> tle)
Sets the value of the Tle property for this object. This is a convenience method that creates an instance of theEphemerisDescription.Builderavoiding the need to create one manually viaEphemerisDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totle(EphemerisDescription).- Parameters:
tle- a consumer that will call methods onEphemerisDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tle(EphemerisDescription)
-
-