public class JobExecutionsRolloutConfig
extends java.lang.Object
implements java.io.Serializable
Allows you to create a staged rollout of a job.
Constructor and Description |
---|
JobExecutionsRolloutConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ExponentialRolloutRate |
getExponentialRate()
The rate of increase for a job rollout.
|
java.lang.Integer |
getMaximumPerMinute()
The maximum number of things that will be notified of a pending job, per
minute.
|
int |
hashCode() |
void |
setExponentialRate(ExponentialRolloutRate exponentialRate)
The rate of increase for a job rollout.
|
void |
setMaximumPerMinute(java.lang.Integer maximumPerMinute)
The maximum number of things that will be notified of a pending job, per
minute.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
JobExecutionsRolloutConfig |
withExponentialRate(ExponentialRolloutRate exponentialRate)
The rate of increase for a job rollout.
|
JobExecutionsRolloutConfig |
withMaximumPerMinute(java.lang.Integer maximumPerMinute)
The maximum number of things that will be notified of a pending job, per
minute.
|
public java.lang.Integer getMaximumPerMinute()
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
Constraints:
Range: 1 - 1000
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
public void setMaximumPerMinute(java.lang.Integer maximumPerMinute)
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
Constraints:
Range: 1 - 1000
maximumPerMinute
- The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
public JobExecutionsRolloutConfig withMaximumPerMinute(java.lang.Integer maximumPerMinute)
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 1000
maximumPerMinute
- The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
public ExponentialRolloutRate getExponentialRate()
The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
public void setExponentialRate(ExponentialRolloutRate exponentialRate)
The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
exponentialRate
- The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
public JobExecutionsRolloutConfig withExponentialRate(ExponentialRolloutRate exponentialRate)
The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
Returns a reference to this object so that method calls can be chained together.
exponentialRate
- The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.