Class ConditionalTriggerOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.ConditionalTriggerOptions.Jsii$Proxy
- All Implemented Interfaces:
ConditionalTriggerOptions,StartableTriggerOptions,TriggerOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ConditionalTriggerOptions
@Stability(Stable)
@Internal
public static final class ConditionalTriggerOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ConditionalTriggerOptions
An implementation for
ConditionalTriggerOptions-
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.ConditionalTriggerOptions
ConditionalTriggerOptions.Builder, ConditionalTriggerOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theConditionalTriggerOptions.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 StringgetName()A name for the trigger.final PredicateThe predicate for the trigger.final BooleanWhether to start the trigger on creation or not.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 theConditionalTriggerOptions.Builder.
-
-
Method Details
-
getPredicate
Description copied from interface:ConditionalTriggerOptionsThe predicate for the trigger.- Specified by:
getPredicatein interfaceConditionalTriggerOptions
-
getStartOnCreation
Description copied from interface:StartableTriggerOptionsWhether to start the trigger on creation or not.Default: - false
- Specified by:
getStartOnCreationin interfaceStartableTriggerOptions
-
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()
-