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