Class UpdateEphemerisRequest

    • Method Detail

      • enabled

        public final Boolean enabled()

        Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.

        Returns:
        Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.
      • ephemerisId

        public final String ephemerisId()

        The AWS Ground Station ephemeris ID.

        Returns:
        The AWS Ground Station ephemeris ID.
      • name

        public final String name()

        A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.

        Returns:
        A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
      • priority

        public final 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

        Returns:
        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

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object