@Generated(value="software.amazon.awssdk:codegen") public final class AwsJobRateIncreaseCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsJobRateIncreaseCriteria.Builder,AwsJobRateIncreaseCriteria>
The criteria to initiate the increase in rate of rollout for a job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsJobRateIncreaseCriteria.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsJobRateIncreaseCriteria.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
numberOfNotifiedThings()
When this number of things have been notified, it will initiate an increase in the rollout rate.
|
Integer |
numberOfSucceededThings()
When this number of things have succeeded in their job execution, it will initiate an increase in the rollout
rate.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsJobRateIncreaseCriteria.Builder> |
serializableBuilderClass() |
AwsJobRateIncreaseCriteria.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer numberOfNotifiedThings()
When this number of things have been notified, it will initiate an increase in the rollout rate.
public final Integer numberOfSucceededThings()
When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.
public AwsJobRateIncreaseCriteria.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsJobRateIncreaseCriteria.Builder,AwsJobRateIncreaseCriteria>public static AwsJobRateIncreaseCriteria.Builder builder()
public static Class<? extends AwsJobRateIncreaseCriteria.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.