Class ItemBatcherProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.ItemBatcherProps.Jsii$Proxy
All Implemented Interfaces:
ItemBatcherProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ItemBatcherProps

@Stability(Stable) @Internal public static final class ItemBatcherProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ItemBatcherProps
An implementation for ItemBatcherProps
  • 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(ItemBatcherProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ItemBatcherProps.Builder.
  • Method Details

    • getBatchInput

      public final com.fasterxml.jackson.databind.node.ObjectNode getBatchInput()
      Description copied from interface: ItemBatcherProps
      BatchInput.

      Fixed JSON input to include in each batch passed to each child workflow execution

      Default: - No batchInput

      Specified by:
      getBatchInput in interface ItemBatcherProps
    • getMaxInputBytesPerBatch

      public final Number getMaxInputBytesPerBatch()
      Description copied from interface: ItemBatcherProps
      MaxInputBytesPerBatch.

      Specifies the maximum number of bytes that each child workflow execution processes, as static number

      Default: - uses value of `maxInputBytesPerBatchPath` as the max size per batch, no limits on the batch size under the 256KB limit if that property was also not provided

      Specified by:
      getMaxInputBytesPerBatch in interface ItemBatcherProps
    • getMaxInputBytesPerBatchPath

      public final String getMaxInputBytesPerBatchPath()
      Description copied from interface: ItemBatcherProps
      MaxInputBytesPerBatchPath.

      Specifies the maximum number of bytes that each child workflow execution processes, as JsonPath

      Default: - uses value of `maxInputBytesPerBatch` as the max size per batch, no limits on the batch size under the 256KB limit if that property was also not provided

      Specified by:
      getMaxInputBytesPerBatchPath in interface ItemBatcherProps
    • getMaxItemsPerBatch

      public final Number getMaxItemsPerBatch()
      Description copied from interface: ItemBatcherProps
      MaxItemsPerBatch.

      Specifies the maximum number of items that each child workflow execution processes, as static number

      Default: - uses value of `maxItemsPerBatchPath` as the max items per batch, no limits on the number of items in a batch under the 256KB limit if that property was also not provided

      Specified by:
      getMaxItemsPerBatch in interface ItemBatcherProps
    • getMaxItemsPerBatchPath

      public final String getMaxItemsPerBatchPath()
      Description copied from interface: ItemBatcherProps
      MaxItemsPerBatchPath.

      Specifies the maximum number of items that each child workflow execution processes, as JsonPath

      Default: - uses value of `maxItemsPerBatch` as the max items per batch, no limits on the number of items in a batch under the 256KB limit if that property was also not provided

      Specified by:
      getMaxItemsPerBatchPath in interface ItemBatcherProps
    • $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