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