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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.logs.DateTimeConverterProperty
DateTimeConverterProperty.Builder, DateTimeConverterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theDateTimeConverterProperty.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 StringThe locale of the source field.A list of patterns to match against the source field.final StringThe key to apply the date conversion to.final StringThe time zone of the source field.final StringThe JSON field to store the result in.final StringThe datetime format to use for the converted data in the target field.final StringThe time zone of the target field.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 theDateTimeConverterProperty.Builder.
-
-
Method Details
-
getLocale
Description copied from interface:DateTimeConverterPropertyThe locale of the source field.- Specified by:
getLocalein interfaceDateTimeConverterProperty
-
getMatchPatterns
Description copied from interface:DateTimeConverterPropertyA list of patterns to match against the source field.- Specified by:
getMatchPatternsin interfaceDateTimeConverterProperty
-
getSource
Description copied from interface:DateTimeConverterPropertyThe key to apply the date conversion to.- Specified by:
getSourcein interfaceDateTimeConverterProperty
-
getTarget
Description copied from interface:DateTimeConverterPropertyThe JSON field to store the result in.- Specified by:
getTargetin interfaceDateTimeConverterProperty
-
getSourceTimezone
Description copied from interface:DateTimeConverterPropertyThe time zone of the source field.Default: UTC
- Specified by:
getSourceTimezonein interfaceDateTimeConverterProperty
-
getTargetFormat
Description copied from interface:DateTimeConverterPropertyThe datetime format to use for the converted data in the target field.Default: "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
- Specified by:
getTargetFormatin interfaceDateTimeConverterProperty
-
getTargetTimezone
Description copied from interface:DateTimeConverterPropertyThe time zone of the target field.Default: UTC
- Specified by:
getTargetTimezonein interfaceDateTimeConverterProperty
-
$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()
-