Class ItemBatcherProps.Jsii$Proxy
- All Implemented Interfaces:
ItemBatcherProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ItemBatcherProps
ItemBatcherProps-
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.stepfunctions.ItemBatcherProps
ItemBatcherProps.Builder, ItemBatcherProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ItemBatcherProps.Builder builder) Constructor that initializes the object based on literal property values passed by theItemBatcherProps.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 com.fasterxml.jackson.databind.node.ObjectNodeBatchInput.final NumberMaxInputBytesPerBatch.final StringMaxInputBytesPerBatchPath.final NumberMaxItemsPerBatch.final StringMaxItemsPerBatchPath.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 theItemBatcherProps.Builder.
-
-
Method Details
-
getBatchInput
public final com.fasterxml.jackson.databind.node.ObjectNode getBatchInput()Description copied from interface:ItemBatcherPropsBatchInput.Fixed JSON input to include in each batch passed to each child workflow execution
Default: - No batchInput
- Specified by:
getBatchInputin interfaceItemBatcherProps
-
getMaxInputBytesPerBatch
Description copied from interface:ItemBatcherPropsMaxInputBytesPerBatch.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:
getMaxInputBytesPerBatchin interfaceItemBatcherProps
-
getMaxInputBytesPerBatchPath
Description copied from interface:ItemBatcherPropsMaxInputBytesPerBatchPath.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:
getMaxInputBytesPerBatchPathin interfaceItemBatcherProps
-
getMaxItemsPerBatch
Description copied from interface:ItemBatcherPropsMaxItemsPerBatch.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:
getMaxItemsPerBatchin interfaceItemBatcherProps
-
getMaxItemsPerBatchPath
Description copied from interface:ItemBatcherPropsMaxItemsPerBatchPath.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:
getMaxItemsPerBatchPathin interfaceItemBatcherProps
-
$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()
-