public class RateIncreaseCriteria
extends java.lang.Object
implements java.io.Serializable
Allows you to define a criteria to initiate the increase in rate of rollout for a job.
| Constructor and Description | 
|---|
RateIncreaseCriteria()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
java.lang.Integer | 
getNumberOfNotifiedThings()
 The threshold for number of notified things that will initiate the
 increase in rate of rollout. 
 | 
java.lang.Integer | 
getNumberOfSucceededThings()
 The threshold for number of succeeded things that will initiate the
 increase in rate of rollout. 
 | 
int | 
hashCode()  | 
void | 
setNumberOfNotifiedThings(java.lang.Integer numberOfNotifiedThings)
 The threshold for number of notified things that will initiate the
 increase in rate of rollout. 
 | 
void | 
setNumberOfSucceededThings(java.lang.Integer numberOfSucceededThings)
 The threshold for number of succeeded things that will initiate the
 increase in rate of rollout. 
 | 
java.lang.String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
RateIncreaseCriteria | 
withNumberOfNotifiedThings(java.lang.Integer numberOfNotifiedThings)
 The threshold for number of notified things that will initiate the
 increase in rate of rollout. 
 | 
RateIncreaseCriteria | 
withNumberOfSucceededThings(java.lang.Integer numberOfSucceededThings)
 The threshold for number of succeeded things that will initiate the
 increase in rate of rollout. 
 | 
public java.lang.Integer getNumberOfNotifiedThings()
The threshold for number of notified things that will initiate the increase in rate of rollout.
 Constraints:
 Range: 1 - 
The threshold for number of notified things that will initiate the increase in rate of rollout.
public void setNumberOfNotifiedThings(java.lang.Integer numberOfNotifiedThings)
The threshold for number of notified things that will initiate the increase in rate of rollout.
 Constraints:
 Range: 1 - 
numberOfNotifiedThings - The threshold for number of notified things that will initiate the increase in rate of rollout.
public RateIncreaseCriteria withNumberOfNotifiedThings(java.lang.Integer numberOfNotifiedThings)
The threshold for number of notified things that will initiate the increase in rate of rollout.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Range: 1 - 
numberOfNotifiedThings - The threshold for number of notified things that will initiate the increase in rate of rollout.
public java.lang.Integer getNumberOfSucceededThings()
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
 Constraints:
 Range: 1 - 
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
public void setNumberOfSucceededThings(java.lang.Integer numberOfSucceededThings)
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
 Constraints:
 Range: 1 - 
numberOfSucceededThings - The threshold for number of succeeded things that will initiate the increase in rate of rollout.
public RateIncreaseCriteria withNumberOfSucceededThings(java.lang.Integer numberOfSucceededThings)
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Range: 1 - 
numberOfSucceededThings - The threshold for number of succeeded things that will initiate the increase in rate of rollout.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.