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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.actions.alpha.HttpActionBatchConfig

    HttpActionBatchConfig.Builder, HttpActionBatchConfig.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the HttpActionBatchConfig.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final 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 int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(HttpActionBatchConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the HttpActionBatchConfig.Builder.
  • Method Details

    • getMaxBatchOpenDuration

      public final Duration 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:
      getMaxBatchOpenDuration in interface HttpActionBatchConfig
    • getMaxBatchSize

      public final Number 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:
      getMaxBatchSize in interface HttpActionBatchConfig
    • getMaxBatchSizeBytes

      public final Size 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:
      getMaxBatchSizeBytes in interface HttpActionBatchConfig
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object