public static interface UpdateEphemerisRequest.Builder extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<UpdateEphemerisRequest.Builder,UpdateEphemerisRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEphemerisRequest.Builder |
enabled(Boolean enabled)
Whether the ephemeris is enabled or not.
|
UpdateEphemerisRequest.Builder |
ephemerisId(String ephemerisId)
The AWS Ground Station ephemeris ID.
|
UpdateEphemerisRequest.Builder |
name(String name)
A name string associated with the ephemeris.
|
UpdateEphemerisRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEphemerisRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEphemerisRequest.Builder |
priority(Integer priority)
Customer-provided priority score to establish the order in which overlapping ephemerides should be used.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEphemerisRequest.Builder enabled(Boolean enabled)
Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.
enabled - Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be
re-validated.UpdateEphemerisRequest.Builder ephemerisId(String ephemerisId)
The AWS Ground Station ephemeris ID.
ephemerisId - The AWS Ground Station ephemeris ID.UpdateEphemerisRequest.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.UpdateEphemerisRequest.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
UpdateEphemerisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEphemerisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.