Interface AwsJobRateIncreaseCriteria.Builder

    • Method Detail

      • numberOfNotifiedThings

        AwsJobRateIncreaseCriteria.Builder numberOfNotifiedThings​(Integer numberOfNotifiedThings)

        When this number of things have been notified, it will initiate an increase in the rollout rate.

        Parameters:
        numberOfNotifiedThings - When this number of things have been notified, it will initiate an increase in the rollout rate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numberOfSucceededThings

        AwsJobRateIncreaseCriteria.Builder numberOfSucceededThings​(Integer numberOfSucceededThings)

        When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.

        Parameters:
        numberOfSucceededThings - When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.