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
An implementation for
CfnDataset.DatetimeOptionsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.databrew.CfnDataset.DatetimeOptionsProperty
CfnDataset.DatetimeOptionsProperty.Builder, CfnDataset.DatetimeOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataset.DatetimeOptionsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringRequired option, that defines the datetime format used for a date parameter in the Amazon S3 path.final StringOptional value for a non-US locale code, needed for correct interpretation of some date formats.final StringOptional value for a timezone offset of the datetime parameter value in the Amazon S3 path.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnDataset.DatetimeOptionsProperty.Builder.
-
-
Method Details
-
getFormat
Description copied from interface:CfnDataset.DatetimeOptionsPropertyRequired 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:
getFormatin interfaceCfnDataset.DatetimeOptionsProperty
-
getLocaleCode
Description copied from interface:CfnDataset.DatetimeOptionsPropertyOptional value for a non-US locale code, needed for correct interpretation of some date formats.- Specified by:
getLocaleCodein interfaceCfnDataset.DatetimeOptionsProperty
-
getTimezoneOffset
Description copied from interface:CfnDataset.DatetimeOptionsPropertyOptional 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:
getTimezoneOffsetin interfaceCfnDataset.DatetimeOptionsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-