Class CfnTablePropsMixin.IcebergTableInputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTablePropsMixin.IcebergTableInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin.IcebergTableInputProperty>
- Enclosing interface:
CfnTablePropsMixin.IcebergTableInputProperty
@Stability(Stable)
public static final class CfnTablePropsMixin.IcebergTableInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin.IcebergTableInputProperty>
A builder for
CfnTablePropsMixin.IcebergTableInputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getLocation()partitionSpec(CfnTablePropsMixin.IcebergPartitionSpecProperty partitionSpec) Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getPartitionSpec()partitionSpec(IResolvable partitionSpec) Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getPartitionSpec()properties(Object properties) Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getProperties()Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getSchema()schema(IResolvable schema) Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getSchema()Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getWriteOrder()writeOrder(IResolvable writeOrder) Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getWriteOrder()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
location
@Stability(Stable) public CfnTablePropsMixin.IcebergTableInputProperty.Builder location(String location) Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getLocation()- Parameters:
location- the value to be set.- Returns:
this
-
partitionSpec
@Stability(Stable) public CfnTablePropsMixin.IcebergTableInputProperty.Builder partitionSpec(IResolvable partitionSpec) Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getPartitionSpec()- Parameters:
partitionSpec- the value to be set.- Returns:
this
-
partitionSpec
@Stability(Stable) public CfnTablePropsMixin.IcebergTableInputProperty.Builder partitionSpec(CfnTablePropsMixin.IcebergPartitionSpecProperty partitionSpec) Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getPartitionSpec()- Parameters:
partitionSpec- the value to be set.- Returns:
this
-
properties
@Stability(Stable) public CfnTablePropsMixin.IcebergTableInputProperty.Builder properties(Object properties) Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getProperties()- Parameters:
properties- the value to be set.- Returns:
this
-
schema
@Stability(Stable) public CfnTablePropsMixin.IcebergTableInputProperty.Builder schema(IResolvable schema) Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getSchema()- Parameters:
schema- the value to be set.- Returns:
this
-
schema
@Stability(Stable) public CfnTablePropsMixin.IcebergTableInputProperty.Builder schema(CfnTablePropsMixin.IcebergSchemaProperty schema) Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getSchema()- Parameters:
schema- the value to be set.- Returns:
this
-
writeOrder
@Stability(Stable) public CfnTablePropsMixin.IcebergTableInputProperty.Builder writeOrder(IResolvable writeOrder) Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getWriteOrder()- Parameters:
writeOrder- the value to be set.- Returns:
this
-
writeOrder
@Stability(Stable) public CfnTablePropsMixin.IcebergTableInputProperty.Builder writeOrder(CfnTablePropsMixin.IcebergSortOrderProperty writeOrder) Sets the value ofCfnTablePropsMixin.IcebergTableInputProperty.getWriteOrder()- Parameters:
writeOrder- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePropsMixin.IcebergTableInputProperty>- Returns:
- a new instance of
CfnTablePropsMixin.IcebergTableInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-