@Stability(value=Experimental) @Internal public static final class DataProcessorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataProcessorProps
DataProcessorPropssoftware.amazon.jsii.JsiiObject.InitializationModeDataProcessorProps.Builder, DataProcessorProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(DataProcessorProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DataProcessorProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Duration |
getBufferInterval()
(experimental) The length of time Kinesis Data Firehose will buffer incoming data before calling the processor.
|
Size |
getBufferSize()
(experimental) The amount of incoming data Kinesis Data Firehose will buffer before calling the processor.
|
Number |
getRetries()
(experimental) The number of times Kinesis Data Firehose will retry the processor invocation after a failure due to network timeout or invocation limits.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(DataProcessorProps.Builder builder)
DataProcessorProps.Builder.public final Duration getBufferInterval()
DataProcessorPropss
Default: Duration.minutes(1)
getBufferInterval in interface DataProcessorPropspublic final Size getBufferSize()
DataProcessorPropsDefault: Size.mebibytes(3)
getBufferSize in interface DataProcessorPropspublic final Number getRetries()
DataProcessorPropsDefault: 3
getRetries in interface DataProcessorProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.