@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobExecutionsRolloutConfig extends Object implements Serializable, Cloneable, StructuredPojo
Allows you to create a staged rollout of a job.
Constructor and Description |
---|
JobExecutionsRolloutConfig() |
Modifier and Type | Method and Description |
---|---|
JobExecutionsRolloutConfig |
clone() |
boolean |
equals(Object obj) |
ExponentialRolloutRate |
getExponentialRate()
The rate of increase for a job rollout.
|
Integer |
getMaximumPerMinute()
The maximum number of things that will be notified of a pending job, per minute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExponentialRate(ExponentialRolloutRate exponentialRate)
The rate of increase for a job rollout.
|
void |
setMaximumPerMinute(Integer maximumPerMinute)
The maximum number of things that will be notified of a pending job, per minute.
|
String |
toString()
Returns a string representation of this object.
|
JobExecutionsRolloutConfig |
withExponentialRate(ExponentialRolloutRate exponentialRate)
The rate of increase for a job rollout.
|
JobExecutionsRolloutConfig |
withMaximumPerMinute(Integer maximumPerMinute)
The maximum number of things that will be notified of a pending job, per minute.
|
public void setMaximumPerMinute(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.
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 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.
public JobExecutionsRolloutConfig withMaximumPerMinute(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.
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 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 ExponentialRolloutRate getExponentialRate()
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.
exponentialRate
- The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job
rollout.public String toString()
toString
in class Object
Object.toString()
public JobExecutionsRolloutConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.