Class HttpActionBatchConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.actions.alpha.HttpActionBatchConfig.Jsii$Proxy
- All Implemented Interfaces:
HttpActionBatchConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
HttpActionBatchConfig
@Stability(Experimental)
@Internal
public static final class HttpActionBatchConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HttpActionBatchConfig
An implementation for
HttpActionBatchConfig-
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.services.iot.actions.alpha.HttpActionBatchConfig
HttpActionBatchConfig.Builder, HttpActionBatchConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(HttpActionBatchConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theHttpActionBatchConfig.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 Duration(experimental) The maximum amount of time an outgoing message waits for other messages to create the batch.final Number(experimental) The maximum number of messages that are batched together in a single IoT rule action execution.final Size(experimental) Maximum size of a message batch.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 theHttpActionBatchConfig.Builder.
-
-
Method Details
-
getMaxBatchOpenDuration
Description copied from interface:HttpActionBatchConfig(experimental) The maximum amount of time an outgoing message waits for other messages to create the batch.Must be between 5 ms and 200 ms.
Default: Duration.millis(20)
- Specified by:
getMaxBatchOpenDurationin interfaceHttpActionBatchConfig
-
getMaxBatchSize
Description copied from interface:HttpActionBatchConfig(experimental) The maximum number of messages that are batched together in a single IoT rule action execution.Must be between 2 and 10.
Default: 10
- Specified by:
getMaxBatchSizein interfaceHttpActionBatchConfig
-
getMaxBatchSizeBytes
Description copied from interface:HttpActionBatchConfig(experimental) Maximum size of a message batch.Must be between 100 bytes and 128 KiB.
Default: Size.kibibytes(5)
- Specified by:
getMaxBatchSizeBytesin interfaceHttpActionBatchConfig
-
$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()
-