Class CfnTablePropsMixin.IcebergMetadataProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTablePropsMixin.IcebergMetadataProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTablePropsMixin.IcebergMetadataProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTablePropsMixin.IcebergMetadataProperty
@Stability(Stable)
@Internal
public static final class CfnTablePropsMixin.IcebergMetadataProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTablePropsMixin.IcebergMetadataProperty
An implementation for
CfnTablePropsMixin.IcebergMetadataProperty-
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.IcebergMetadataProperty
CfnTablePropsMixin.IcebergMetadataProperty.Builder, CfnTablePropsMixin.IcebergMetadataProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTablePropsMixin.IcebergMetadataProperty.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 ObjectPartition specification for an Iceberg table.final ObjectThe schema for an Iceberg table.final ObjectSort order specification for an Iceberg table.final ObjectIceberg table properties (e.g., format-version, write.parquet.compression-codec).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.IcebergMetadataProperty.Builder.
-
-
Method Details
-
getIcebergPartitionSpec
Description copied from interface:CfnTablePropsMixin.IcebergMetadataPropertyPartition specification for an Iceberg table.Returns union: either
IResolvableorCfnTablePropsMixin.IcebergPartitionSpecProperty- Specified by:
getIcebergPartitionSpecin interfaceCfnTablePropsMixin.IcebergMetadataProperty- See Also:
-
getIcebergSchema
Description copied from interface:CfnTablePropsMixin.IcebergMetadataPropertyThe schema for an Iceberg table.Returns union: either
IResolvableorCfnTablePropsMixin.IcebergSchemaProperty- Specified by:
getIcebergSchemain interfaceCfnTablePropsMixin.IcebergMetadataProperty- See Also:
-
getIcebergSortOrder
Description copied from interface:CfnTablePropsMixin.IcebergMetadataPropertySort order specification for an Iceberg table.Returns union: either
IResolvableorCfnTablePropsMixin.IcebergSortOrderProperty- Specified by:
getIcebergSortOrderin interfaceCfnTablePropsMixin.IcebergMetadataProperty- See Also:
-
getTableProperties
Description copied from interface:CfnTablePropsMixin.IcebergMetadataPropertyIceberg table properties (e.g., format-version, write.parquet.compression-codec).Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getTablePropertiesin interfaceCfnTablePropsMixin.IcebergMetadataProperty- 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()
-