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