Package org.cdk8s
Class CronOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.CronOptions.Jsii$Proxy
-
- All Implemented Interfaces:
CronOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CronOptions
@Stability(Stable) @Internal public static final class CronOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CronOptions
An implementation forCronOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.CronOptions
CronOptions.Builder, CronOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(CronOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theCronOptions.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(CronOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theCronOptions.Builder
.
-
-
Method Detail
-
getDay
public final String 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
public final String getHour()
Description copied from interface:CronOptions
The hour to run this rule at.Default: - Every hour
- Specified by:
getHour
in interfaceCronOptions
-
getMinute
public final String getMinute()
Description copied from interface:CronOptions
The minute to run this rule at.Default: - Every minute
- Specified by:
getMinute
in interfaceCronOptions
-
getMonth
public final String getMonth()
Description copied from interface:CronOptions
The month to run this rule at.Default: - Every month
- Specified by:
getMonth
in interfaceCronOptions
-
getWeekDay
public final String 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
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-