Class IoTJobExponentialRolloutRate

    • Method Detail

      • baseRatePerMinute

        public final Integer baseRatePerMinute()

        The minimum number of devices that receive a pending job notification, per minute, when the job starts. This parameter defines the initial rollout rate of the job.

        Returns:
        The minimum number of devices that receive a pending job notification, per minute, when the job starts. This parameter defines the initial rollout rate of the job.
      • incrementFactor

        public final Double incrementFactor()

        The exponential factor to increase the rollout rate for the job.

        This parameter supports up to one digit after the decimal (for example, you can specify 1.5, but not 1.55).

        Returns:
        The exponential factor to increase the rollout rate for the job.

        This parameter supports up to one digit after the decimal (for example, you can specify 1.5, but not 1.55).

      • rateIncreaseCriteria

        public final IoTJobRateIncreaseCriteria rateIncreaseCriteria()

        The criteria to increase the rollout rate for the job.

        Returns:
        The criteria to increase the rollout rate for the job.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)