Class EventTriggerOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.EventTriggerOptions.Jsii$Proxy
- All Implemented Interfaces:
EventTriggerOptions,TriggerOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EventTriggerOptions
@Stability(Stable)
@Internal
public static final class EventTriggerOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EventTriggerOptions
An implementation for
EventTriggerOptions-
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.EventTriggerOptions
EventTriggerOptions.Builder, EventTriggerOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EventTriggerOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theEventTriggerOptions.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 booleanThe actions initiated by this trigger.final StringA description for the trigger.final EventBatchingConditionBatch condition for the trigger.final StringgetName()A name for the trigger.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 theEventTriggerOptions.Builder.
-
-
Method Details
-
getEventBatchingCondition
Description copied from interface:EventTriggerOptionsBatch condition for the trigger.Default: - no batch condition
- Specified by:
getEventBatchingConditionin interfaceEventTriggerOptions
-
getActions
Description copied from interface:TriggerOptionsThe actions initiated by this trigger.- Specified by:
getActionsin interfaceTriggerOptions
-
getDescription
Description copied from interface:TriggerOptionsA description for the trigger.Default: - no description
- Specified by:
getDescriptionin interfaceTriggerOptions
-
getName
Description copied from interface:TriggerOptionsA name for the trigger.Default: - no name is provided
- Specified by:
getNamein interfaceTriggerOptions
-
$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()
-