Class ExponentialRolloutRate

    • Method Detail

      • baseRatePerMinute

        public final Integer baseRatePerMinute()

        The minimum number of things that will be notified of a pending job, per minute at the start of job rollout. This parameter allows you to define the initial rate of rollout.

        Returns:
        The minimum number of things that will be notified of a pending job, per minute at the start of job rollout. This parameter allows you to define the initial rate of rollout.
      • incrementFactor

        public final Double incrementFactor()

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

        Amazon Web Services IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55).

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

        Amazon Web Services IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55).

      • rateIncreaseCriteria

        public final RateIncreaseCriteria rateIncreaseCriteria()

        The criteria to initiate the increase in rate of rollout for a job.

        Returns:
        The criteria to initiate the increase in rate of rollout for a 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)