public class AwsJobRateIncreaseCriteria
extends java.lang.Object
implements java.io.Serializable
The criteria to initiate the increase in rate of rollout for a job.
| Constructor and Description |
|---|
AwsJobRateIncreaseCriteria() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getNumberOfNotifiedThings()
When this number of things have been notified, it will initiate an
increase in the rollout rate.
|
java.lang.Integer |
getNumberOfSucceededThings()
When this number of things have succeeded in their job execution, it will
initiate an increase in the rollout rate.
|
int |
hashCode() |
void |
setNumberOfNotifiedThings(java.lang.Integer numberOfNotifiedThings)
When this number of things have been notified, it will initiate an
increase in the rollout rate.
|
void |
setNumberOfSucceededThings(java.lang.Integer numberOfSucceededThings)
When this number of things have succeeded in their job execution, it will
initiate an increase in the rollout rate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AwsJobRateIncreaseCriteria |
withNumberOfNotifiedThings(java.lang.Integer numberOfNotifiedThings)
When this number of things have been notified, it will initiate an
increase in the rollout rate.
|
AwsJobRateIncreaseCriteria |
withNumberOfSucceededThings(java.lang.Integer numberOfSucceededThings)
When this number of things have succeeded in their job execution, it will
initiate an increase in the rollout rate.
|
public java.lang.Integer getNumberOfNotifiedThings()
When this number of things have been notified, it will initiate an increase in the rollout rate.
Constraints:
Range: 1 -
When this number of things have been notified, it will initiate an increase in the rollout rate.
public void setNumberOfNotifiedThings(java.lang.Integer numberOfNotifiedThings)
When this number of things have been notified, it will initiate an increase in the rollout rate.
Constraints:
Range: 1 -
numberOfNotifiedThings - When this number of things have been notified, it will initiate an increase in the rollout rate.
public AwsJobRateIncreaseCriteria withNumberOfNotifiedThings(java.lang.Integer numberOfNotifiedThings)
When this number of things have been notified, it will initiate an increase in the rollout rate.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
numberOfNotifiedThings - When this number of things have been notified, it will initiate an increase in the rollout rate.
public java.lang.Integer getNumberOfSucceededThings()
When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.
Constraints:
Range: 1 -
When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.
public void setNumberOfSucceededThings(java.lang.Integer numberOfSucceededThings)
When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.
Constraints:
Range: 1 -
numberOfSucceededThings - When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.
public AwsJobRateIncreaseCriteria withNumberOfSucceededThings(java.lang.Integer numberOfSucceededThings)
When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
numberOfSucceededThings - When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.
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.