Class DataProcessorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.alpha.DataProcessorProps.Jsii$Proxy
- All Implemented Interfaces:
DataProcessorProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DataProcessorProps
@Stability(Deprecated)
@Deprecated
@Internal
public static final class DataProcessorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DataProcessorProps
Deprecated.
An implementation for
DataProcessorProps
-
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.kinesisfirehose.alpha.DataProcessorProps
DataProcessorProps.Builder, DataProcessorProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(DataProcessorProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theDataProcessorProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
Deprecated.final boolean
Deprecated.final Duration
Deprecated.(deprecated) The length of time Kinesis Data Firehose will buffer incoming data before calling the processor.final Size
Deprecated.(deprecated) The amount of incoming data Kinesis Data Firehose will buffer before calling the processor.final Number
Deprecated.(deprecated) The number of times Kinesis Data Firehose will retry the processor invocation after a failure due to network timeout or invocation limits.final int
hashCode()
Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theDataProcessorProps.Builder
.
-
-
Method Details
-
getBufferInterval
Deprecated.Description copied from interface:DataProcessorProps
(deprecated) The length of time Kinesis Data Firehose will buffer incoming data before calling the processor.s
Default: Duration.minutes(1)
- Specified by:
getBufferInterval
in interfaceDataProcessorProps
-
getBufferSize
Deprecated.Description copied from interface:DataProcessorProps
(deprecated) The amount of incoming data Kinesis Data Firehose will buffer before calling the processor.Default: Size.mebibytes(3)
- Specified by:
getBufferSize
in interfaceDataProcessorProps
-
getRetries
Deprecated.Description copied from interface:DataProcessorProps
(deprecated) 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:
getRetries
in interfaceDataProcessorProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-