@Stability(value=Stable) 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.
|
| 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.
|
String |
getYear()
The year to run this rule at.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getDay()
CronOptionsDefault: - Every day of the month
getDay in interface CronOptionspublic String getHour()
CronOptionsDefault: - Every hour
getHour in interface CronOptionspublic String getMinute()
CronOptionsDefault: - Every minute
getMinute in interface CronOptionspublic String getMonth()
CronOptionsDefault: - Every month
getMonth in interface CronOptionspublic String getWeekDay()
CronOptionsDefault: - Any day of the week
getWeekDay in interface CronOptionspublic String getYear()
CronOptionsDefault: - Every year
getYear in interface CronOptionspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.