@Generated(value="software.amazon.awssdk:codegen") public final class AwsJobExecutionsRolloutConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsJobExecutionsRolloutConfig.Builder,AwsJobExecutionsRolloutConfig>
Configuration for the rollout of OTA updates.
Modifier and Type | Class and Description |
---|---|
static interface |
AwsJobExecutionsRolloutConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static AwsJobExecutionsRolloutConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AwsJobExponentialRolloutRate |
exponentialRate()
The rate of increase for a job rollout.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maximumPerMinute()
The maximum number of OTA update job executions started per minute.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsJobExecutionsRolloutConfig.Builder> |
serializableBuilderClass() |
AwsJobExecutionsRolloutConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer maximumPerMinute()
The maximum number of OTA update job executions started per minute.
public final AwsJobExponentialRolloutRate exponentialRate()
The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.
public AwsJobExecutionsRolloutConfig.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AwsJobExecutionsRolloutConfig.Builder,AwsJobExecutionsRolloutConfig>
public static AwsJobExecutionsRolloutConfig.Builder builder()
public static Class<? extends AwsJobExecutionsRolloutConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.