public static interface EphemerisItem.Builder extends SdkPojo, CopyableBuilder<EphemerisItem.Builder,EphemerisItem>
| Modifier and Type | Method and Description |
|---|---|
EphemerisItem.Builder |
creationTime(Instant creationTime)
The time the ephemeris was uploaded in UTC.
|
EphemerisItem.Builder |
enabled(Boolean enabled)
Whether or not the ephemeris is enabled.
|
EphemerisItem.Builder |
ephemerisId(String ephemerisId)
The AWS Ground Station ephemeris ID.
|
EphemerisItem.Builder |
name(String name)
A name string associated with the ephemeris.
|
EphemerisItem.Builder |
priority(Integer priority)
Customer-provided priority score to establish the order in which overlapping ephemerides should be used.
|
default EphemerisItem.Builder |
sourceS3Object(Consumer<S3Object.Builder> sourceS3Object)
Source S3 object used for the ephemeris.
|
EphemerisItem.Builder |
sourceS3Object(S3Object sourceS3Object)
Source S3 object used for the ephemeris.
|
EphemerisItem.Builder |
status(EphemerisStatus status)
The status of the ephemeris.
|
EphemerisItem.Builder |
status(String status)
The status of the ephemeris.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEphemerisItem.Builder creationTime(Instant creationTime)
The time the ephemeris was uploaded in UTC.
creationTime - The time the ephemeris was uploaded in UTC.EphemerisItem.Builder enabled(Boolean enabled)
Whether or not the ephemeris is enabled.
enabled - Whether or not the ephemeris is enabled.EphemerisItem.Builder ephemerisId(String ephemerisId)
The AWS Ground Station ephemeris ID.
ephemerisId - The AWS Ground Station ephemeris ID.EphemerisItem.Builder name(String name)
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
name - A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.EphemerisItem.Builder priority(Integer priority)
Customer-provided priority score to establish the order in which overlapping ephemerides should be used.
The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.
Priority must be 1 or greater
priority - Customer-provided priority score to establish the order in which overlapping ephemerides should be
used.
The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.
Priority must be 1 or greater
EphemerisItem.Builder sourceS3Object(S3Object sourceS3Object)
Source S3 object used for the ephemeris.
sourceS3Object - Source S3 object used for the ephemeris.default EphemerisItem.Builder sourceS3Object(Consumer<S3Object.Builder> sourceS3Object)
Source S3 object used for the ephemeris.
This is a convenience method that creates an instance of theS3Object.Builder avoiding the need to
create one manually via S3Object.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to sourceS3Object(S3Object).
sourceS3Object - a consumer that will call methods on S3Object.BuildersourceS3Object(S3Object)EphemerisItem.Builder status(String status)
The status of the ephemeris.
status - The status of the ephemeris.EphemerisStatus,
EphemerisStatusEphemerisItem.Builder status(EphemerisStatus status)
The status of the ephemeris.
status - The status of the ephemeris.EphemerisStatus,
EphemerisStatusCopyright © 2023. All rights reserved.