Class CfnDataset.DatetimeOptionsProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.databrew.CfnDataset.DatetimeOptionsProperty.Jsii$Proxy
All Implemented Interfaces:
CfnDataset.DatetimeOptionsProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDataset.DatetimeOptionsProperty

@Stability(Stable) @Internal public static final class CfnDataset.DatetimeOptionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataset.DatetimeOptionsProperty
  • 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(CfnDataset.DatetimeOptionsProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDataset.DatetimeOptionsProperty.Builder.
  • Method Details

    • getFormat

      public final String getFormat()
      Description copied from interface: CfnDataset.DatetimeOptionsProperty
      Required option, that defines the datetime format used for a date parameter in the Amazon S3 path.

      Should use only supported datetime specifiers and separation characters, all litera a-z or A-Z character should be escaped with single quotes. E.g. "MM.dd.yyyy-'at'-HH:mm".

      Specified by:
      getFormat in interface CfnDataset.DatetimeOptionsProperty
    • getLocaleCode

      public final String getLocaleCode()
      Description copied from interface: CfnDataset.DatetimeOptionsProperty
      Optional value for a non-US locale code, needed for correct interpretation of some date formats.
      Specified by:
      getLocaleCode in interface CfnDataset.DatetimeOptionsProperty
    • getTimezoneOffset

      public final String getTimezoneOffset()
      Description copied from interface: CfnDataset.DatetimeOptionsProperty
      Optional value for a timezone offset of the datetime parameter value in the Amazon S3 path.

      Shouldn't be used if Format for this parameter includes timezone fields. If no offset specified, UTC is assumed.

      Specified by:
      getTimezoneOffset in interface CfnDataset.DatetimeOptionsProperty
    • $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