Class CronOptionsWithTimezone.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.scheduler.alpha.CronOptionsWithTimezone.Jsii$Proxy
- All Implemented Interfaces:
CronOptions
,CronOptionsWithTimezone
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CronOptionsWithTimezone
@Stability(Experimental)
@Internal
public static final class CronOptionsWithTimezone.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CronOptionsWithTimezone
An implementation for
CronOptionsWithTimezone
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.scheduler.alpha.CronOptionsWithTimezone
CronOptionsWithTimezone.Builder, CronOptionsWithTimezone.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCronOptionsWithTimezone.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
getDay()
The day of the month to run this rule at.final String
getHour()
The hour to run this rule at.final String
The minute to run this rule at.final String
getMonth()
The month to run this rule at.final TimeZone
(experimental) The timezone to run the schedule in.final String
The day of the week to run this rule at.final String
getYear()
The year to run this rule at.final int
hashCode()
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 theCronOptionsWithTimezone.Builder
.
-
-
Method Details
-
getTimeZone
Description copied from interface:CronOptionsWithTimezone
(experimental) The timezone to run the schedule in.Default: - TimeZone.ETC_UTC
- Specified by:
getTimeZone
in interfaceCronOptionsWithTimezone
-
getDay
Description copied from interface:CronOptions
The day of the month to run this rule at.Default: - Every day of the month
- Specified by:
getDay
in interfaceCronOptions
-
getHour
Description copied from interface:CronOptions
The hour to run this rule at.Default: - Every hour
- Specified by:
getHour
in interfaceCronOptions
-
getMinute
Description copied from interface:CronOptions
The minute to run this rule at.Default: - Every minute
- Specified by:
getMinute
in interfaceCronOptions
-
getMonth
Description copied from interface:CronOptions
The month to run this rule at.Default: - Every month
- Specified by:
getMonth
in interfaceCronOptions
-
getWeekDay
Description copied from interface:CronOptions
The day of the week to run this rule at.Default: - Any day of the week
- Specified by:
getWeekDay
in interfaceCronOptions
-
getYear
Description copied from interface:CronOptions
The year to run this rule at.Default: - Every year
- Specified by:
getYear
in interfaceCronOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-