Class CfnTablePropsMixin.IcebergSchemaV2Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTablePropsMixin.IcebergSchemaV2Property.Jsii$Proxy
- All Implemented Interfaces:
CfnTablePropsMixin.IcebergSchemaV2Property,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTablePropsMixin.IcebergSchemaV2Property
@Stability(Stable)
@Internal
public static final class CfnTablePropsMixin.IcebergSchemaV2Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTablePropsMixin.IcebergSchemaV2Property
An implementation for
CfnTablePropsMixin.IcebergSchemaV2Property-
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.IcebergSchemaV2Property
CfnTablePropsMixin.IcebergSchemaV2Property.Builder, CfnTablePropsMixin.IcebergSchemaV2Property.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTablePropsMixin.IcebergSchemaV2Property.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 ObjectA list of field IDs that are used as the identifier fields for the table.final NumberAn optional unique identifier for the schema.final ObjectList of schema fields that support nested types.final StringThe type of the top-level schema, which is always 'struct'.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.IcebergSchemaV2Property.Builder.
-
-
Method Details
-
getIdentifierFieldIds
Description copied from interface:CfnTablePropsMixin.IcebergSchemaV2PropertyA list of field IDs that are used as the identifier fields for the table.Identifier fields uniquely identify a row in the table.
Returns union: either Listinvalid input: '<'
Number> orIResolvable- Specified by:
getIdentifierFieldIdsin interfaceCfnTablePropsMixin.IcebergSchemaV2Property- See Also:
-
getSchemaId
Description copied from interface:CfnTablePropsMixin.IcebergSchemaV2PropertyAn optional unique identifier for the schema.- Specified by:
getSchemaIdin interfaceCfnTablePropsMixin.IcebergSchemaV2Property- See Also:
-
getSchemaV2FieldList
Description copied from interface:CfnTablePropsMixin.IcebergSchemaV2PropertyList of schema fields that support nested types.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTablePropsMixin.SchemaV2FieldProperty>- Specified by:
getSchemaV2FieldListin interfaceCfnTablePropsMixin.IcebergSchemaV2Property- See Also:
-
getSchemaV2FieldType
Description copied from interface:CfnTablePropsMixin.IcebergSchemaV2PropertyThe type of the top-level schema, which is always 'struct'.- Specified by:
getSchemaV2FieldTypein interfaceCfnTablePropsMixin.IcebergSchemaV2Property- 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()
-