Class CfnDeployment.IoTJobExponentialRolloutRateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrassv2.CfnDeployment.IoTJobExponentialRolloutRateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeployment.IoTJobExponentialRolloutRateProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeployment.IoTJobExponentialRolloutRateProperty
@Stability(Stable)
@Internal
public static final class CfnDeployment.IoTJobExponentialRolloutRateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeployment.IoTJobExponentialRolloutRateProperty
An implementation for
CfnDeployment.IoTJobExponentialRolloutRateProperty
-
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.greengrassv2.CfnDeployment.IoTJobExponentialRolloutRateProperty
CfnDeployment.IoTJobExponentialRolloutRateProperty.Builder, CfnDeployment.IoTJobExponentialRolloutRateProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeployment.IoTJobExponentialRolloutRateProperty.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 devices that receive a pending job notification, per minute, when the job starts.final Number
The exponential factor to increase the rollout rate for the job.final Object
The criteria to increase the rollout rate for the 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 theCfnDeployment.IoTJobExponentialRolloutRateProperty.Builder
.
-
-
Method Details
-
getBaseRatePerMinute
Description copied from interface:CfnDeployment.IoTJobExponentialRolloutRateProperty
The minimum number of devices that receive a pending job notification, per minute, when the job starts.This parameter defines the initial rollout rate of the job.
- Specified by:
getBaseRatePerMinute
in interfaceCfnDeployment.IoTJobExponentialRolloutRateProperty
- See Also:
-
getIncrementFactor
Description copied from interface:CfnDeployment.IoTJobExponentialRolloutRateProperty
The exponential factor to increase the rollout rate for the job.This parameter supports up to one digit after the decimal (for example, you can specify
1.5
, but not1.55
).- Specified by:
getIncrementFactor
in interfaceCfnDeployment.IoTJobExponentialRolloutRateProperty
- See Also:
-
getRateIncreaseCriteria
Description copied from interface:CfnDeployment.IoTJobExponentialRolloutRateProperty
The criteria to increase the rollout rate for the job.- Specified by:
getRateIncreaseCriteria
in interfaceCfnDeployment.IoTJobExponentialRolloutRateProperty
- 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()
-