@Stability(value=Stable) @Internal public static final class TriggerOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TriggerOptions
TriggerOptionssoftware.amazon.jsii.JsiiObject.InitializationModeTriggerOptions.Builder, TriggerOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(TriggerOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
TriggerOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<software.constructs.Construct> |
getExecuteAfter()
Adds trigger dependencies.
|
List<software.constructs.Construct> |
getExecuteBefore()
Adds this trigger as a dependency on other constructs.
|
Boolean |
getExecuteOnHandlerChange()
Re-executes the trigger every time the handler changes.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(TriggerOptions.Builder builder)
TriggerOptions.Builder.public final List<software.constructs.Construct> getExecuteAfter()
TriggerOptions
You can also use trigger.executeAfter() to add additional dependencies.
Default: []
getExecuteAfter in interface TriggerOptionspublic final List<software.constructs.Construct> getExecuteBefore()
TriggerOptionsThis means that this trigger will get executed before the given construct(s).
You can also use trigger.executeBefore() to add additional dependants.
Default: []
getExecuteBefore in interface TriggerOptionspublic final Boolean getExecuteOnHandlerChange()
TriggerOptions
This implies that the trigger is associated with the currentVersion of
the handler, which gets recreated every time the handler or its
configuration is updated.
Default: true
getExecuteOnHandlerChange in interface TriggerOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.