Interface EphemerisResponseData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EphemerisResponseData.Builder,,EphemerisResponseData> SdkBuilder<EphemerisResponseData.Builder,,EphemerisResponseData> SdkPojo
- Enclosing class:
EphemerisResponseData
@Mutable
@NotThreadSafe
public static interface EphemerisResponseData.Builder
extends SdkPojo, CopyableBuilder<EphemerisResponseData.Builder,EphemerisResponseData>
-
Method Summary
Modifier and TypeMethodDescriptionephemerisId(String ephemerisId) Unique identifier of the ephemeris.ephemerisType(String ephemerisType) Type of ephemeris.ephemerisType(EphemerisType ephemerisType) Type of ephemeris.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ephemerisId
Unique identifier of the ephemeris. Appears only for custom ephemerides.
- Parameters:
ephemerisId- Unique identifier of the ephemeris. Appears only for custom ephemerides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ephemerisType
Type of ephemeris.
- Parameters:
ephemerisType- Type of ephemeris.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ephemerisType
Type of ephemeris.
- Parameters:
ephemerisType- Type of ephemeris.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-