Class CfnJobPropsMixin.ExponentialRolloutRateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnJobPropsMixin.ExponentialRolloutRateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobPropsMixin.ExponentialRolloutRateProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobPropsMixin.ExponentialRolloutRateProperty
@Stability(Stable)
@Internal
public static final class CfnJobPropsMixin.ExponentialRolloutRateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobPropsMixin.ExponentialRolloutRateProperty
An implementation for
CfnJobPropsMixin.ExponentialRolloutRateProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.iot.CfnJobPropsMixin.ExponentialRolloutRateProperty
CfnJobPropsMixin.ExponentialRolloutRateProperty.Builder, CfnJobPropsMixin.ExponentialRolloutRateProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobPropsMixin.ExponentialRolloutRateProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumberThe minimum number of things that will be notified of a pending job, per minute at the start of job rollout.final NumberThe exponential factor to increase the rate of rollout for a job.final ObjectAllows you to define a criteria to initiate the increase in rate of rollout for a job.final inthashCode()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 theCfnJobPropsMixin.ExponentialRolloutRateProperty.Builder.
-
-
Method Details
-
getBaseRatePerMinute
Description copied from interface:CfnJobPropsMixin.ExponentialRolloutRatePropertyThe minimum number of things that will be notified of a pending job, per minute at the start of job rollout.- Specified by:
getBaseRatePerMinutein interfaceCfnJobPropsMixin.ExponentialRolloutRateProperty- See Also:
-
getIncrementFactor
Description copied from interface:CfnJobPropsMixin.ExponentialRolloutRatePropertyThe exponential factor to increase the rate of rollout for a job.- Specified by:
getIncrementFactorin interfaceCfnJobPropsMixin.ExponentialRolloutRateProperty- See Also:
-
getRateIncreaseCriteria
Description copied from interface:CfnJobPropsMixin.ExponentialRolloutRatePropertyAllows you to define a criteria to initiate the increase in rate of rollout for a job.Returns union: either
IResolvableorCfnJobPropsMixin.RateIncreaseCriteriaProperty- Specified by:
getRateIncreaseCriteriain interfaceCfnJobPropsMixin.ExponentialRolloutRateProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-