Interface TLEEphemeris.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TLEEphemeris.Builder,,TLEEphemeris> SdkBuilder<TLEEphemeris.Builder,,TLEEphemeris> SdkPojo
- Enclosing class:
TLEEphemeris
@Mutable
@NotThreadSafe
public static interface TLEEphemeris.Builder
extends SdkPojo, CopyableBuilder<TLEEphemeris.Builder,TLEEphemeris>
-
Method Summary
Modifier and TypeMethodDescriptiondefault TLEEphemeris.Builders3Object(Consumer<S3Object.Builder> s3Object) The Amazon S3 object that contains the ephemeris data.The Amazon S3 object that contains the ephemeris data.tleData(Collection<TLEData> tleData) TLE data that you provide directly instead of using an Amazon S3 object.tleData(Consumer<TLEData.Builder>... tleData) TLE data that you provide directly instead of using an Amazon S3 object.TLE data that you provide directly instead of using an Amazon S3 object.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
-
s3Object
The Amazon S3 object that contains the ephemeris data.
- Parameters:
s3Object- The Amazon S3 object that contains the ephemeris data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Object
The Amazon S3 object that contains the ephemeris data.
This is a convenience method that creates an instance of theS3Object.Builderavoiding the need to create one manually viaS3Object.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Object(S3Object).- Parameters:
s3Object- a consumer that will call methods onS3Object.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tleData
TLE data that you provide directly instead of using an Amazon S3 object.
- Parameters:
tleData- TLE data that you provide directly instead of using an Amazon S3 object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tleData
TLE data that you provide directly instead of using an Amazon S3 object.
- Parameters:
tleData- TLE data that you provide directly instead of using an Amazon S3 object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tleData
TLE data that you provide directly instead of using an Amazon S3 object.
This is a convenience method that creates an instance of theTLEData.Builderavoiding the need to create one manually viaTLEData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totleData(List<TLEData>).- Parameters:
tleData- a consumer that will call methods onTLEData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-