Class CfnTablePropsMixin.IcebergSortOrderProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTablePropsMixin.IcebergSortOrderProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin.IcebergSortOrderProperty>
- Enclosing interface:
CfnTablePropsMixin.IcebergSortOrderProperty
@Stability(Stable)
public static final class CfnTablePropsMixin.IcebergSortOrderProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin.IcebergSortOrderProperty>
A builder for
CfnTablePropsMixin.IcebergSortOrderProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTablePropsMixin.IcebergSortOrderProperty.getFields()fields(IResolvable fields) Sets the value ofCfnTablePropsMixin.IcebergSortOrderProperty.getFields()Sets the value ofCfnTablePropsMixin.IcebergSortOrderProperty.getOrderId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fields
@Stability(Stable) public CfnTablePropsMixin.IcebergSortOrderProperty.Builder fields(IResolvable fields) Sets the value ofCfnTablePropsMixin.IcebergSortOrderProperty.getFields()- Parameters:
fields- List of sort fields for an Iceberg table.- Returns:
this
-
fields
@Stability(Stable) public CfnTablePropsMixin.IcebergSortOrderProperty.Builder fields(List<? extends Object> fields) Sets the value ofCfnTablePropsMixin.IcebergSortOrderProperty.getFields()- Parameters:
fields- List of sort fields for an Iceberg table.- Returns:
this
-
orderId
@Stability(Stable) public CfnTablePropsMixin.IcebergSortOrderProperty.Builder orderId(Number orderId) Sets the value ofCfnTablePropsMixin.IcebergSortOrderProperty.getOrderId()- Parameters:
orderId- The sort order ID (defaults to 1 if not specified, 0 is reserved for unsorted).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePropsMixin.IcebergSortOrderProperty>- Returns:
- a new instance of
CfnTablePropsMixin.IcebergSortOrderProperty - Throws:
NullPointerException- if any required attribute was not provided
-