Class AwsJobExponentialRolloutRate
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<AwsJobExponentialRolloutRate.Builder,- AwsJobExponentialRolloutRate> 
The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal IntegerThe minimum number of things that will be notified of a pending job, per minute, at the start of the job rollout.builder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final DoubleThe rate of increase for a job rollout.The criteria to initiate the increase in rate of rollout for a job.static Class<? extends AwsJobExponentialRolloutRate.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
baseRatePerMinuteThe minimum number of things that will be notified of a pending job, per minute, at the start of the job rollout. This is the initial rate of the rollout. - Returns:
- The minimum number of things that will be notified of a pending job, per minute, at the start of the job rollout. This is the initial rate of the rollout.
 
- 
incrementFactorThe rate of increase for a job rollout. The number of things notified is multiplied by this factor. - Returns:
- The rate of increase for a job rollout. The number of things notified is multiplied by this factor.
 
- 
rateIncreaseCriteriaThe criteria to initiate the increase in rate of rollout for a job. Amazon Web Services IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55). - Returns:
- The criteria to initiate the increase in rate of rollout for a job.
         Amazon Web Services IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55). 
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<AwsJobExponentialRolloutRate.Builder,- AwsJobExponentialRolloutRate> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-