@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsJobExecutionsRolloutConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration for the rollout of OTA updates.
Constructor and Description |
---|
AwsJobExecutionsRolloutConfig() |
Modifier and Type | Method and Description |
---|---|
AwsJobExecutionsRolloutConfig |
clone() |
boolean |
equals(Object obj) |
AwsJobExponentialRolloutRate |
getExponentialRate()
The rate of increase for a job rollout.
|
Integer |
getMaximumPerMinute()
The maximum number of OTA update job executions started per minute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExponentialRate(AwsJobExponentialRolloutRate exponentialRate)
The rate of increase for a job rollout.
|
void |
setMaximumPerMinute(Integer maximumPerMinute)
The maximum number of OTA update job executions started per minute.
|
String |
toString()
Returns a string representation of this object.
|
AwsJobExecutionsRolloutConfig |
withExponentialRate(AwsJobExponentialRolloutRate exponentialRate)
The rate of increase for a job rollout.
|
AwsJobExecutionsRolloutConfig |
withMaximumPerMinute(Integer maximumPerMinute)
The maximum number of OTA update job executions started per minute.
|
public void setMaximumPerMinute(Integer maximumPerMinute)
The maximum number of OTA update job executions started per minute.
maximumPerMinute
- The maximum number of OTA update job executions started per minute.public Integer getMaximumPerMinute()
The maximum number of OTA update job executions started per minute.
public AwsJobExecutionsRolloutConfig withMaximumPerMinute(Integer maximumPerMinute)
The maximum number of OTA update job executions started per minute.
maximumPerMinute
- The maximum number of OTA update job executions started per minute.public void setExponentialRate(AwsJobExponentialRolloutRate exponentialRate)
The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.
exponentialRate
- The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase
for a job rollout.public AwsJobExponentialRolloutRate getExponentialRate()
The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.
public AwsJobExecutionsRolloutConfig withExponentialRate(AwsJobExponentialRolloutRate exponentialRate)
The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.
exponentialRate
- The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase
for a job rollout.public String toString()
toString
in class Object
Object.toString()
public AwsJobExecutionsRolloutConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.