Class CfnScheduleMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.databrew.mixins.CfnScheduleMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnScheduleMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScheduleMixinProps
@Stability(Stable)
@Internal
public static final class CfnScheduleMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScheduleMixinProps
An implementation for
CfnScheduleMixinProps-
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.mixins.preview.services.databrew.mixins.CfnScheduleMixinProps
CfnScheduleMixinProps.Builder, CfnScheduleMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnScheduleMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnScheduleMixinProps.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 booleanfinal StringThe dates and times when the job is to run.A list of jobs to be run, according to the schedule.final StringgetName()The name of the schedule.getTags()Metadata tags that have been applied to the schedule.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 theCfnScheduleMixinProps.Builder.
-
-
Method Details
-
getCronExpression
Description copied from interface:CfnScheduleMixinPropsThe dates and times when the job is to run.For more information, see Working with cron expressions for recipe jobs in the AWS Glue DataBrew Developer Guide .
- Specified by:
getCronExpressionin interfaceCfnScheduleMixinProps- See Also:
-
getJobNames
Description copied from interface:CfnScheduleMixinPropsA list of jobs to be run, according to the schedule.- Specified by:
getJobNamesin interfaceCfnScheduleMixinProps- See Also:
-
getName
Description copied from interface:CfnScheduleMixinPropsThe name of the schedule.- Specified by:
getNamein interfaceCfnScheduleMixinProps- See Also:
-
getTags
Description copied from interface:CfnScheduleMixinPropsMetadata tags that have been applied to the schedule.- Specified by:
getTagsin interfaceCfnScheduleMixinProps- See Also:
-
$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()
-