Class CfnTablePropsMixin.IcebergInputProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.glue.mixins.CfnTablePropsMixin.IcebergInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin.IcebergInputProperty>
- Enclosing interface:
CfnTablePropsMixin.IcebergInputProperty
@Stability(Stable)
public static final class CfnTablePropsMixin.IcebergInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin.IcebergInputProperty>
A builder for
CfnTablePropsMixin.IcebergInputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.metadataOperation(String metadataOperation) Sets the value ofCfnTablePropsMixin.IcebergInputProperty.getMetadataOperation()Sets the value ofCfnTablePropsMixin.IcebergInputProperty.getVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
metadataOperation
@Stability(Stable) public CfnTablePropsMixin.IcebergInputProperty.Builder metadataOperation(String metadataOperation) Sets the value ofCfnTablePropsMixin.IcebergInputProperty.getMetadataOperation()- Parameters:
metadataOperation- A required metadata operation. Can only be set to CREATE.- Returns:
this
-
version
Sets the value ofCfnTablePropsMixin.IcebergInputProperty.getVersion()- Parameters:
version- The table version for the Iceberg table. Defaults to 2.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePropsMixin.IcebergInputProperty>- Returns:
- a new instance of
CfnTablePropsMixin.IcebergInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-