Class DateTimeConverterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.DateTimeConverterProperty.Jsii$Proxy
- All Implemented Interfaces:
DateTimeConverterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DateTimeConverterProperty
@Stability(Stable)
@Internal
public static final class DateTimeConverterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DateTimeConverterProperty
An implementation for
DateTimeConverterProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.logs.DateTimeConverterProperty
DateTimeConverterProperty.Builder, DateTimeConverterProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDateTimeConverterProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The locale of the source field.A list of patterns to match against the source field.final String
The key to apply the date conversion to.final String
The time zone of the source field.final String
The JSON field to store the result in.final String
The datetime format to use for the converted data in the target field.final String
The time zone of the target field.final int
hashCode()
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 theDateTimeConverterProperty.Builder
.
-
-
Method Details
-
getLocale
Description copied from interface:DateTimeConverterProperty
The locale of the source field.- Specified by:
getLocale
in interfaceDateTimeConverterProperty
-
getMatchPatterns
Description copied from interface:DateTimeConverterProperty
A list of patterns to match against the source field.- Specified by:
getMatchPatterns
in interfaceDateTimeConverterProperty
-
getSource
Description copied from interface:DateTimeConverterProperty
The key to apply the date conversion to.- Specified by:
getSource
in interfaceDateTimeConverterProperty
-
getTarget
Description copied from interface:DateTimeConverterProperty
The JSON field to store the result in.- Specified by:
getTarget
in interfaceDateTimeConverterProperty
-
getSourceTimezone
Description copied from interface:DateTimeConverterProperty
The time zone of the source field.Default: UTC
- Specified by:
getSourceTimezone
in interfaceDateTimeConverterProperty
-
getTargetFormat
Description copied from interface:DateTimeConverterProperty
The datetime format to use for the converted data in the target field.Default: "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
- Specified by:
getTargetFormat
in interfaceDateTimeConverterProperty
-
getTargetTimezone
Description copied from interface:DateTimeConverterProperty
The time zone of the target field.Default: UTC
- Specified by:
getTargetTimezone
in interfaceDateTimeConverterProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-