Class CfnTablePropsMixin.IcebergStructFieldProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTablePropsMixin.IcebergStructFieldProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin.IcebergStructFieldProperty>
- Enclosing interface:
CfnTablePropsMixin.IcebergStructFieldProperty
@Stability(Stable)
public static final class CfnTablePropsMixin.IcebergStructFieldProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin.IcebergStructFieldProperty>
A builder for
CfnTablePropsMixin.IcebergStructFieldProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTablePropsMixin.IcebergStructFieldProperty.getDoc()Sets the value ofCfnTablePropsMixin.IcebergStructFieldProperty.getId()Sets the value ofCfnTablePropsMixin.IcebergStructFieldProperty.getName()Sets the value ofCfnTablePropsMixin.IcebergStructFieldProperty.getRequired()required(IResolvable required) Sets the value ofCfnTablePropsMixin.IcebergStructFieldProperty.getRequired()Sets the value ofCfnTablePropsMixin.IcebergStructFieldProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
doc
Sets the value ofCfnTablePropsMixin.IcebergStructFieldProperty.getDoc()- Parameters:
doc- the value to be set.- Returns:
this
-
id
Sets the value ofCfnTablePropsMixin.IcebergStructFieldProperty.getId()- Parameters:
id- the value to be set.- Returns:
this
-
name
Sets the value ofCfnTablePropsMixin.IcebergStructFieldProperty.getName()- Parameters:
name- the value to be set.- Returns:
this
-
required
@Stability(Stable) public CfnTablePropsMixin.IcebergStructFieldProperty.Builder required(Boolean required) Sets the value ofCfnTablePropsMixin.IcebergStructFieldProperty.getRequired()- Parameters:
required- the value to be set.- Returns:
this
-
required
@Stability(Stable) public CfnTablePropsMixin.IcebergStructFieldProperty.Builder required(IResolvable required) Sets the value ofCfnTablePropsMixin.IcebergStructFieldProperty.getRequired()- Parameters:
required- the value to be set.- Returns:
this
-
type
Sets the value ofCfnTablePropsMixin.IcebergStructFieldProperty.getType()- Parameters:
type- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePropsMixin.IcebergStructFieldProperty>- Returns:
- a new instance of
CfnTablePropsMixin.IcebergStructFieldProperty - Throws:
NullPointerException- if any required attribute was not provided
-