Class CfnTablePropsMixin.IcebergPartitionFieldProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTablePropsMixin.IcebergPartitionFieldProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTablePropsMixin.IcebergPartitionFieldProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTablePropsMixin.IcebergPartitionFieldProperty
@Stability(Stable)
@Internal
public static final class CfnTablePropsMixin.IcebergPartitionFieldProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTablePropsMixin.IcebergPartitionFieldProperty
An implementation for
CfnTablePropsMixin.IcebergPartitionFieldProperty-
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.cfnpropertymixins.services.s3tables.CfnTablePropsMixin.IcebergPartitionFieldProperty
CfnTablePropsMixin.IcebergPartitionFieldProperty.Builder, CfnTablePropsMixin.IcebergPartitionFieldProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTablePropsMixin.IcebergPartitionFieldProperty.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 NumberThe partition field ID (auto-assigned starting from 1000 if not specified).final StringgetName()The name of the partition field.final NumberThe source column ID to partition on.final StringThe partition transform function (identity, bucket[N], truncate[N], year, month, day, hour).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 theCfnTablePropsMixin.IcebergPartitionFieldProperty.Builder.
-
-
Method Details
-
getFieldId
Description copied from interface:CfnTablePropsMixin.IcebergPartitionFieldPropertyThe partition field ID (auto-assigned starting from 1000 if not specified).- Specified by:
getFieldIdin interfaceCfnTablePropsMixin.IcebergPartitionFieldProperty- See Also:
-
getName
Description copied from interface:CfnTablePropsMixin.IcebergPartitionFieldPropertyThe name of the partition field.- Specified by:
getNamein interfaceCfnTablePropsMixin.IcebergPartitionFieldProperty- See Also:
-
getSourceId
Description copied from interface:CfnTablePropsMixin.IcebergPartitionFieldPropertyThe source column ID to partition on.- Specified by:
getSourceIdin interfaceCfnTablePropsMixin.IcebergPartitionFieldProperty- See Also:
-
getTransform
Description copied from interface:CfnTablePropsMixin.IcebergPartitionFieldPropertyThe partition transform function (identity, bucket[N], truncate[N], year, month, day, hour).- Specified by:
getTransformin interfaceCfnTablePropsMixin.IcebergPartitionFieldProperty- See Also:
-
$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()
-