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
  • 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

      protected Jsii$Proxy(CronOptionsWithTimezone.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CronOptionsWithTimezone.Builder.
  • Method Details

    • getTimeZone

      public final TimeZone getTimeZone()
      Description copied from interface: CronOptionsWithTimezone
      (experimental) The timezone to run the schedule in.

      Default: - TimeZone.ETC_UTC

      Specified by:
      getTimeZone in interface CronOptionsWithTimezone
    • 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 interface CronOptions
    • getHour

      public final String getHour()
      Description copied from interface: CronOptions
      The hour to run this rule at.

      Default: - Every hour

      Specified by:
      getHour in interface CronOptions
    • getMinute

      public final String getMinute()
      Description copied from interface: CronOptions
      The minute to run this rule at.

      Default: - Every minute

      Specified by:
      getMinute in interface CronOptions
    • getMonth

      public final String getMonth()
      Description copied from interface: CronOptions
      The month to run this rule at.

      Default: - Every month

      Specified by:
      getMonth in interface CronOptions
    • 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 interface CronOptions
    • getYear

      public final String getYear()
      Description copied from interface: CronOptions
      The year to run this rule at.

      Default: - Every year

      Specified by:
      getYear in interface CronOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object