Class CfnTablePropsMixin.IcebergSortFieldProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTablePropsMixin.IcebergSortFieldProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin.IcebergSortFieldProperty>
- Enclosing interface:
CfnTablePropsMixin.IcebergSortFieldProperty
@Stability(Stable)
public static final class CfnTablePropsMixin.IcebergSortFieldProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin.IcebergSortFieldProperty>
A builder for
CfnTablePropsMixin.IcebergSortFieldProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTablePropsMixin.IcebergSortFieldProperty.getDirection()Sets the value ofCfnTablePropsMixin.IcebergSortFieldProperty.getNullOrder()Sets the value ofCfnTablePropsMixin.IcebergSortFieldProperty.getSourceId()Sets the value ofCfnTablePropsMixin.IcebergSortFieldProperty.getTransform()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
direction
@Stability(Stable) public CfnTablePropsMixin.IcebergSortFieldProperty.Builder direction(String direction) Sets the value ofCfnTablePropsMixin.IcebergSortFieldProperty.getDirection()- Parameters:
direction- Sort direction (asc or desc).- Returns:
this
-
nullOrder
@Stability(Stable) public CfnTablePropsMixin.IcebergSortFieldProperty.Builder nullOrder(String nullOrder) Sets the value ofCfnTablePropsMixin.IcebergSortFieldProperty.getNullOrder()- Parameters:
nullOrder- Null value ordering (nulls-first or nulls-last).- Returns:
this
-
sourceId
@Stability(Stable) public CfnTablePropsMixin.IcebergSortFieldProperty.Builder sourceId(Number sourceId) Sets the value ofCfnTablePropsMixin.IcebergSortFieldProperty.getSourceId()- Parameters:
sourceId- The source column ID to sort on.- Returns:
this
-
transform
@Stability(Stable) public CfnTablePropsMixin.IcebergSortFieldProperty.Builder transform(String transform) Sets the value ofCfnTablePropsMixin.IcebergSortFieldProperty.getTransform()- Parameters:
transform- The sort transform function.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePropsMixin.IcebergSortFieldProperty>- Returns:
- a new instance of
CfnTablePropsMixin.IcebergSortFieldProperty - Throws:
NullPointerException- if any required attribute was not provided
-