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