Class EventBatchingCondition.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.EventBatchingCondition.Jsii$Proxy
- All Implemented Interfaces:
EventBatchingCondition,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EventBatchingCondition
@Stability(Deprecated)
@Deprecated
@Internal
public static final class EventBatchingCondition.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EventBatchingCondition
Deprecated.
An implementation for
EventBatchingCondition-
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.glue.alpha.EventBatchingCondition
EventBatchingCondition.Builder, EventBatchingCondition.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EventBatchingCondition.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theEventBatchingCondition.Builder.protectedJsii$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.JsonNodeDeprecated.final booleanDeprecated.final NumberDeprecated.(deprecated) Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.final DurationDeprecated.(deprecated) Window of time in seconds after which EventBridge event trigger fires.final inthashCode()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 theEventBatchingCondition.Builder.
-
-
Method Details
-
getBatchSize
Deprecated.Description copied from interface:EventBatchingCondition(deprecated) Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.- Specified by:
getBatchSizein interfaceEventBatchingCondition
-
getBatchWindow
Deprecated.Description copied from interface:EventBatchingCondition(deprecated) Window of time in seconds after which EventBridge event trigger fires.Default: - 900 seconds
- Specified by:
getBatchWindowin interfaceEventBatchingCondition
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-