Class CfnJobTemplate.ExponentialRolloutRateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnJobTemplate.ExponentialRolloutRateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobTemplate.ExponentialRolloutRateProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobTemplate.ExponentialRolloutRateProperty
@Stability(Stable)
@Internal
public static final class CfnJobTemplate.ExponentialRolloutRateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobTemplate.ExponentialRolloutRateProperty
An implementation for
CfnJobTemplate.ExponentialRolloutRateProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnJobTemplate.ExponentialRolloutRateProperty
CfnJobTemplate.ExponentialRolloutRateProperty.Builder, CfnJobTemplate.ExponentialRolloutRateProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnJobTemplate.ExponentialRolloutRateProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
The minimum number of things that will be notified of a pending job, per minute at the start of job rollout.final Number
The exponential factor to increase the rate of rollout for a job.final Object
The criteria to initiate the increase in rate of rollout for a job.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnJobTemplate.ExponentialRolloutRateProperty.Builder
.
-
-
Method Details
-
getBaseRatePerMinute
Description copied from interface:CfnJobTemplate.ExponentialRolloutRateProperty
The minimum number of things that will be notified of a pending job, per minute at the start of job rollout.This parameter allows you to define the initial rate of rollout.
- Specified by:
getBaseRatePerMinute
in interfaceCfnJobTemplate.ExponentialRolloutRateProperty
- See Also:
-
getIncrementFactor
Description copied from interface:CfnJobTemplate.ExponentialRolloutRateProperty
The exponential factor to increase the rate of rollout for a job.AWS IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55).
- Specified by:
getIncrementFactor
in interfaceCfnJobTemplate.ExponentialRolloutRateProperty
- See Also:
-
getRateIncreaseCriteria
Description copied from interface:CfnJobTemplate.ExponentialRolloutRateProperty
The criteria to initiate the increase in rate of rollout for a job.- Specified by:
getRateIncreaseCriteria
in interfaceCfnJobTemplate.ExponentialRolloutRateProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-