Class CfnTablePropsMixin.IcebergSortFieldProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTablePropsMixin.IcebergSortFieldProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTablePropsMixin.IcebergSortFieldProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTablePropsMixin.IcebergSortFieldProperty
@Stability(Stable)
@Internal
public static final class CfnTablePropsMixin.IcebergSortFieldProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTablePropsMixin.IcebergSortFieldProperty
An implementation for
CfnTablePropsMixin.IcebergSortFieldProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTablePropsMixin.IcebergSortFieldProperty
CfnTablePropsMixin.IcebergSortFieldProperty.Builder, CfnTablePropsMixin.IcebergSortFieldProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTablePropsMixin.IcebergSortFieldProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringSort direction (asc or desc).final StringNull value ordering (nulls-first or nulls-last).final NumberThe source column ID to sort on.final StringThe sort transform function.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTablePropsMixin.IcebergSortFieldProperty.Builder.
-
-
Method Details
-
getDirection
Description copied from interface:CfnTablePropsMixin.IcebergSortFieldPropertySort direction (asc or desc).- Specified by:
getDirectionin interfaceCfnTablePropsMixin.IcebergSortFieldProperty- See Also:
-
getNullOrder
Description copied from interface:CfnTablePropsMixin.IcebergSortFieldPropertyNull value ordering (nulls-first or nulls-last).- Specified by:
getNullOrderin interfaceCfnTablePropsMixin.IcebergSortFieldProperty- See Also:
-
getSourceId
Description copied from interface:CfnTablePropsMixin.IcebergSortFieldPropertyThe source column ID to sort on.- Specified by:
getSourceIdin interfaceCfnTablePropsMixin.IcebergSortFieldProperty- See Also:
-
getTransform
Description copied from interface:CfnTablePropsMixin.IcebergSortFieldPropertyThe sort transform function.- Specified by:
getTransformin interfaceCfnTablePropsMixin.IcebergSortFieldProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-