Class CfnTablePropsMixin.OpenTableFormatInputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTablePropsMixin.OpenTableFormatInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin.OpenTableFormatInputProperty>
- Enclosing interface:
CfnTablePropsMixin.OpenTableFormatInputProperty
@Stability(Stable)
public static final class CfnTablePropsMixin.OpenTableFormatInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin.OpenTableFormatInputProperty>
A builder for
CfnTablePropsMixin.OpenTableFormatInputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.icebergInput(CfnTablePropsMixin.IcebergInputProperty icebergInput) Sets the value ofCfnTablePropsMixin.OpenTableFormatInputProperty.getIcebergInput()icebergInput(IResolvable icebergInput) Sets the value ofCfnTablePropsMixin.OpenTableFormatInputProperty.getIcebergInput()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
icebergInput
@Stability(Stable) public CfnTablePropsMixin.OpenTableFormatInputProperty.Builder icebergInput(IResolvable icebergInput) Sets the value ofCfnTablePropsMixin.OpenTableFormatInputProperty.getIcebergInput()- Parameters:
icebergInput- Specifies anIcebergInputstructure that defines an Apache Iceberg metadata table.- Returns:
this
-
icebergInput
@Stability(Stable) public CfnTablePropsMixin.OpenTableFormatInputProperty.Builder icebergInput(CfnTablePropsMixin.IcebergInputProperty icebergInput) Sets the value ofCfnTablePropsMixin.OpenTableFormatInputProperty.getIcebergInput()- Parameters:
icebergInput- Specifies anIcebergInputstructure that defines an Apache Iceberg metadata table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePropsMixin.OpenTableFormatInputProperty>- Returns:
- a new instance of
CfnTablePropsMixin.OpenTableFormatInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-