Class DataProcessorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.DataProcessorProps.Jsii$Proxy
- All Implemented Interfaces:
DataProcessorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataProcessorProps
@Stability(Experimental)
@Internal
public static final class DataProcessorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DataProcessorProps
An implementation for
DataProcessorProps-
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.kinesisfirehose.DataProcessorProps
DataProcessorProps.Builder, DataProcessorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(DataProcessorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDataProcessorProps.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 Duration(experimental) The length of time Kinesis Data Firehose will buffer incoming data before calling the processor.final Size(experimental) The amount of incoming data Kinesis Data Firehose will buffer before calling the processor.final Number(experimental) The number of times Kinesis Data Firehose will retry the processor invocation after a failure due to network timeout or invocation limits.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 theDataProcessorProps.Builder.
-
-
Method Details
-
getBufferInterval
Description copied from interface:DataProcessorProps(experimental) The length of time Kinesis Data Firehose will buffer incoming data before calling the processor.s
Default: Duration.minutes(1)
- Specified by:
getBufferIntervalin interfaceDataProcessorProps
-
getBufferSize
Description copied from interface:DataProcessorProps(experimental) The amount of incoming data Kinesis Data Firehose will buffer before calling the processor.Default: Size.mebibytes(3)
- Specified by:
getBufferSizein interfaceDataProcessorProps
-
getRetries
Description copied from interface:DataProcessorProps(experimental) The number of times Kinesis Data Firehose will retry the processor invocation after a failure due to network timeout or invocation limits.Default: 3
- Specified by:
getRetriesin interfaceDataProcessorProps
-
$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()
-