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