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