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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.ItemBatcherProps
ItemBatcherProps.Builder, ItemBatcherProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ItemBatcherProps.Builder builder) Constructor that initializes the object based on literal property values passed by theItemBatcherProps.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 com.fasterxml.jackson.databind.node.ObjectNode
BatchInput.final Number
MaxInputBytesPerBatch.final String
MaxInputBytesPerBatchPath.final Number
MaxItemsPerBatch.final String
MaxItemsPerBatchPath.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 theItemBatcherProps.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 interfaceItemBatcherProps
-
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 interfaceItemBatcherProps
-
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 interfaceItemBatcherProps
-
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 interfaceItemBatcherProps
-
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 interfaceItemBatcherProps
-
$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()
-