@Stability(value=Stable) @Internal public static final class CronOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CronOptions
CronOptionssoftware.amazon.jsii.JsiiObject.InitializationModeCronOptions.Builder, CronOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CronOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CronOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDay()
The day of the month to run this rule at.
|
String |
getHour()
The hour to run this rule at.
|
String |
getMinute()
The minute to run this rule at.
|
String |
getMonth()
The month to run this rule at.
|
String |
getWeekDay()
The day of the week to run this rule at.
|
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(CronOptions.Builder builder)
CronOptions.Builder.public final String getDay()
CronOptionsDefault: - Every day of the month
getDay in interface CronOptionspublic final String getHour()
CronOptionsDefault: - Every hour
getHour in interface CronOptionspublic final String getMinute()
CronOptionsDefault: - Every minute
getMinute in interface CronOptionspublic final String getMonth()
CronOptionsDefault: - Every month
getMonth in interface CronOptionspublic final String getWeekDay()
CronOptionsDefault: - Any day of the week
getWeekDay in interface CronOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.