Class ScheduledTriggerOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.ScheduledTriggerOptions.Jsii$Proxy
- All Implemented Interfaces:
ScheduledTriggerOptions,StartableTriggerOptions,TriggerOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ScheduledTriggerOptions
@Stability(Stable)
@Internal
public static final class ScheduledTriggerOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ScheduledTriggerOptions
An implementation for
ScheduledTriggerOptions-
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.ScheduledTriggerOptions
ScheduledTriggerOptions.Builder, ScheduledTriggerOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theScheduledTriggerOptions.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 TriggerScheduleThe schedule on which this trigger fires.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 theScheduledTriggerOptions.Builder.
-
-
Method Details
-
getSchedule
Description copied from interface:ScheduledTriggerOptionsThe schedule on which this trigger fires.Build one with
,invalid reference
TriggerSchedule.daily,invalid reference
TriggerSchedule.weekly, orinvalid reference
TriggerSchedule.cron.invalid reference
TriggerSchedule.expression- Specified by:
getSchedulein interfaceScheduledTriggerOptions
-
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()
-