Interface CfnTablePropsMixin.IcebergSchemaProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTablePropsMixin.IcebergSchemaProperty.Jsii$Proxy
- Enclosing class:
CfnTablePropsMixin
@Stability(Stable)
public static interface CfnTablePropsMixin.IcebergSchemaProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.glue.*;
IcebergSchemaProperty icebergSchemaProperty = IcebergSchemaProperty.builder()
.fields(List.of(IcebergStructFieldProperty.builder()
.doc("doc")
.id(123)
.name("name")
.required(false)
.type("type")
.build()))
.identifierFieldIds(List.of(123))
.schemaId(123)
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTablePropsMixin.IcebergSchemaPropertystatic final classAn implementation forCfnTablePropsMixin.IcebergSchemaProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnTablePropsMixin.IcebergStructFieldProperty>default Objectdefault Numberdefault StringgetType()Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFields
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnTablePropsMixin.IcebergStructFieldProperty>- See Also:
-
getIdentifierFieldIds
- See Also:
-
getSchemaId
- See Also:
-
getType
- See Also:
-
builder
-