Class CfnTable.IcebergSchemaV2Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3tables.CfnTable.IcebergSchemaV2Property.Jsii$Proxy
- All Implemented Interfaces:
CfnTable.IcebergSchemaV2Property,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTable.IcebergSchemaV2Property
@Stability(Stable)
@Internal
public static final class CfnTable.IcebergSchemaV2Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.IcebergSchemaV2Property
An implementation for
CfnTable.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.services.s3tables.CfnTable.IcebergSchemaV2Property
CfnTable.IcebergSchemaV2Property.Builder, CfnTable.IcebergSchemaV2Property.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTable.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 theCfnTable.IcebergSchemaV2Property.Builder.
-
-
Method Details
-
getSchemaV2FieldList
Description copied from interface:CfnTable.IcebergSchemaV2PropertyList of schema fields that support nested types.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTable.SchemaV2FieldProperty>- Specified by:
getSchemaV2FieldListin interfaceCfnTable.IcebergSchemaV2Property- See Also:
-
getSchemaV2FieldType
Description copied from interface:CfnTable.IcebergSchemaV2PropertyThe type of the top-level schema, which is always 'struct'.- Specified by:
getSchemaV2FieldTypein interfaceCfnTable.IcebergSchemaV2Property- See Also:
-
getIdentifierFieldIds
Description copied from interface:CfnTable.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 interfaceCfnTable.IcebergSchemaV2Property- See Also:
-
getSchemaId
Description copied from interface:CfnTable.IcebergSchemaV2PropertyAn optional unique identifier for the schema.- Specified by:
getSchemaIdin interfaceCfnTable.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()
-