Class DatePartitionProjectionConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.DatePartitionProjectionConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
DatePartitionProjectionConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DatePartitionProjectionConfigurationProps
@Stability(Deprecated)
@Deprecated
@Internal
public static final class DatePartitionProjectionConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DatePartitionProjectionConfigurationProps
Deprecated.
An implementation for
DatePartitionProjectionConfigurationProps-
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.glue.alpha.DatePartitionProjectionConfigurationProps
DatePartitionProjectionConfigurationProps.Builder, DatePartitionProjectionConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by theDatePartitionProjectionConfigurationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final StringDeprecated.(deprecated) Date format for partition values.final StringgetMax()Deprecated.(deprecated) End date for the partition range (inclusive).final StringgetMin()Deprecated.(deprecated) Start date for the partition range (inclusive).final DateProjectionStepgetStep()Deprecated.(deprecated) Interval step (interval+intervalUnit) between partition values.final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theDatePartitionProjectionConfigurationProps.Builder.
-
-
Method Details
-
getFormat
Deprecated.Description copied from interface:DatePartitionProjectionConfigurationProps(deprecated) Date format for partition values.Uses Java SimpleDateFormat patterns.
- Specified by:
getFormatin interfaceDatePartitionProjectionConfigurationProps- See Also:
-
getMax
Deprecated.Description copied from interface:DatePartitionProjectionConfigurationProps(deprecated) End date for the partition range (inclusive).Can be either:
- Fixed date in the format specified by
formatproperty - Relative date using NOW syntax
Same format constraints as
min.- Specified by:
getMaxin interfaceDatePartitionProjectionConfigurationProps
- Fixed date in the format specified by
-
getMin
Deprecated.Description copied from interface:DatePartitionProjectionConfigurationProps(deprecated) Start date for the partition range (inclusive).Can be either:
- Fixed date in the format specified by
formatproperty (e.g., '2020-01-01' for format 'yyyy-MM-dd') - Relative date using NOW syntax (e.g., 'NOW', 'NOW-3YEARS', 'NOW+1MONTH')
- Specified by:
getMinin interfaceDatePartitionProjectionConfigurationProps- See Also:
- Fixed date in the format specified by
-
getStep
Deprecated.Description copied from interface:DatePartitionProjectionConfigurationProps(deprecated) Interval step (interval+intervalUnit) between partition values.The two are supplied together, so a partial step cannot be expressed. Required when
formatcarries sub-day precision — a field finer than a day, such as hours or AM/PM; at day or coarser precision Athena defaults the step, so it may be omitted.Default: - Athena's default step for the format's precision; required when `format` is sub-day precision
- Specified by:
getStepin interfaceDatePartitionProjectionConfigurationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-