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