Class CfnTable.IcebergSchemaProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.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.Sets the value ofCfnTable.IcebergSchemaProperty.getFields()fields(IResolvable fields) Sets the value ofCfnTable.IcebergSchemaProperty.getFields()identifierFieldIds(List<? extends Number> identifierFieldIds) Sets the value ofCfnTable.IcebergSchemaProperty.getIdentifierFieldIds()identifierFieldIds(IResolvable identifierFieldIds) Sets the value ofCfnTable.IcebergSchemaProperty.getIdentifierFieldIds()Sets the value ofCfnTable.IcebergSchemaProperty.getSchemaId()Sets the value ofCfnTable.IcebergSchemaProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fields
Sets the value ofCfnTable.IcebergSchemaProperty.getFields()- Parameters:
fields- the value to be set. This parameter is required.- Returns:
this
-
fields
@Stability(Stable) public CfnTable.IcebergSchemaProperty.Builder fields(List<? extends Object> fields) Sets the value ofCfnTable.IcebergSchemaProperty.getFields()- Parameters:
fields- the value to be set. This parameter is required.- Returns:
this
-
identifierFieldIds
@Stability(Stable) public CfnTable.IcebergSchemaProperty.Builder identifierFieldIds(List<? extends Number> identifierFieldIds) Sets the value ofCfnTable.IcebergSchemaProperty.getIdentifierFieldIds()- Parameters:
identifierFieldIds- the value to be set.- Returns:
this
-
identifierFieldIds
@Stability(Stable) public CfnTable.IcebergSchemaProperty.Builder identifierFieldIds(IResolvable identifierFieldIds) Sets the value ofCfnTable.IcebergSchemaProperty.getIdentifierFieldIds()- Parameters:
identifierFieldIds- the value to be set.- Returns:
this
-
schemaId
Sets the value ofCfnTable.IcebergSchemaProperty.getSchemaId()- Parameters:
schemaId- the value to be set.- Returns:
this
-
type
Sets the value ofCfnTable.IcebergSchemaProperty.getType()- Parameters:
type- the value to be set.- 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
-