Class ConditionalTriggerOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.ConditionalTriggerOptions.Jsii$Proxy
- All Implemented Interfaces:
ConditionalTriggerOptions,StartableTriggerOptions,TriggerOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ConditionalTriggerOptions
@Stability(Deprecated)
@Deprecated
@Internal
public static final class ConditionalTriggerOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ConditionalTriggerOptions
Deprecated.
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.alpha.ConditionalTriggerOptions
ConditionalTriggerOptions.Builder, ConditionalTriggerOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by theConditionalTriggerOptions.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.Deprecated.(deprecated) The actions initiated by this trigger.final StringDeprecated.(deprecated) A description for the trigger.final StringgetName()Deprecated.(deprecated) A name for the trigger.final PredicateDeprecated.(deprecated) The predicate for the trigger.final BooleanDeprecated.(deprecated) Whether to start the trigger on creation or not.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 theConditionalTriggerOptions.Builder.
-
-
Method Details
-
getPredicate
Deprecated.Description copied from interface:ConditionalTriggerOptions(deprecated) The predicate for the trigger.- Specified by:
getPredicatein interfaceConditionalTriggerOptions
-
getStartOnCreation
Deprecated.Description copied from interface:StartableTriggerOptions(deprecated) Whether to start the trigger on creation or not.Default: - false
- Specified by:
getStartOnCreationin interfaceStartableTriggerOptions
-
getActions
Deprecated.Description copied from interface:TriggerOptions(deprecated) The actions initiated by this trigger.- Specified by:
getActionsin interfaceTriggerOptions
-
getDescription
Deprecated.Description copied from interface:TriggerOptions(deprecated) A description for the trigger.Default: - no description
- Specified by:
getDescriptionin interfaceTriggerOptions
-
getName
Deprecated.Description copied from interface:TriggerOptions(deprecated) A name for the trigger.Default: - no name is provided
- Specified by:
getNamein interfaceTriggerOptions
-
$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.
-