Class CfnTrigger.EventBatchingConditionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnTrigger.EventBatchingConditionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTrigger.EventBatchingConditionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTrigger.EventBatchingConditionProperty
@Stability(Stable)
@Internal
public static final class CfnTrigger.EventBatchingConditionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTrigger.EventBatchingConditionProperty
An implementation for
CfnTrigger.EventBatchingConditionProperty-
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.CfnTrigger.EventBatchingConditionProperty
CfnTrigger.EventBatchingConditionProperty.Builder, CfnTrigger.EventBatchingConditionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTrigger.EventBatchingConditionProperty.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 NumberNumber of events that must be received from Amazon EventBridge before EventBridge event trigger fires.final NumberWindow of time in seconds after which EventBridge event trigger fires.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 theCfnTrigger.EventBatchingConditionProperty.Builder.
-
-
Method Details
-
getBatchSize
Description copied from interface:CfnTrigger.EventBatchingConditionPropertyNumber of events that must be received from Amazon EventBridge before EventBridge event trigger fires.- Specified by:
getBatchSizein interfaceCfnTrigger.EventBatchingConditionProperty- See Also:
-
getBatchWindow
Description copied from interface:CfnTrigger.EventBatchingConditionPropertyWindow of time in seconds after which EventBridge event trigger fires.Window starts when first event is received.
- Specified by:
getBatchWindowin interfaceCfnTrigger.EventBatchingConditionProperty- See Also:
-
$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()
-