Class JobExecutionsRolloutConfig
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.JobExecutionsRolloutConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobExecutionsRolloutConfig.Builder,JobExecutionsRolloutConfig>
@Generated("software.amazon.awssdk:codegen") public final class JobExecutionsRolloutConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobExecutionsRolloutConfig.Builder,JobExecutionsRolloutConfig>
Allows you to create a staged rollout of a job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobExecutionsRolloutConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobExecutionsRolloutConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExponentialRolloutRateexponentialRate()The rate of increase for a job rollout.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaximumPerMinute()The maximum number of things that will be notified of a pending job, per minute.List<SdkField<?>>sdkFields()static Class<? extends JobExecutionsRolloutConfig.Builder>serializableBuilderClass()JobExecutionsRolloutConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maximumPerMinute
public final 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:
- The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
-
exponentialRate
public final ExponentialRolloutRate exponentialRate()
The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
- Returns:
- The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
-
toBuilder
public JobExecutionsRolloutConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobExecutionsRolloutConfig.Builder,JobExecutionsRolloutConfig>
-
builder
public static JobExecutionsRolloutConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobExecutionsRolloutConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-