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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnTrigger.EventBatchingConditionProperty
CfnTrigger.EventBatchingConditionProperty.Builder, CfnTrigger.EventBatchingConditionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTrigger.EventBatchingConditionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.final Number
Window of time in seconds after which EventBridge event trigger fires.final int
hashCode()
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.EventBatchingConditionProperty
Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.- Specified by:
getBatchSize
in interfaceCfnTrigger.EventBatchingConditionProperty
-
getBatchWindow
Description copied from interface:CfnTrigger.EventBatchingConditionProperty
Window of time in seconds after which EventBridge event trigger fires.Window starts when first event is received.
- Specified by:
getBatchWindow
in interfaceCfnTrigger.EventBatchingConditionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-