Class IcebergSchemaProperty.Builder
java.lang.Object
software.amazon.awscdk.services.s3tables.alpha.IcebergSchemaProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<IcebergSchemaProperty>
- Enclosing interface:
IcebergSchemaProperty
@Stability(Experimental)
public static final class IcebergSchemaProperty.Builder
extends Object
implements software.amazon.jsii.Builder<IcebergSchemaProperty>
A builder for
IcebergSchemaProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.schemaFieldList
(List<? extends SchemaFieldProperty> schemaFieldList) Sets the value ofIcebergSchemaProperty.getSchemaFieldList()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
schemaFieldList
@Stability(Experimental) public IcebergSchemaProperty.Builder schemaFieldList(List<? extends SchemaFieldProperty> schemaFieldList) Sets the value ofIcebergSchemaProperty.getSchemaFieldList()
- Parameters:
schemaFieldList
- Contains details about the schema for an Iceberg table. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<IcebergSchemaProperty>
- Returns:
- a new instance of
IcebergSchemaProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-