Class CfnTable.IcebergSortFieldProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3tables.CfnTable.IcebergSortFieldProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTable.IcebergSortFieldProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTable.IcebergSortFieldProperty
@Stability(Stable)
@Internal
public static final class CfnTable.IcebergSortFieldProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.IcebergSortFieldProperty
An implementation for
CfnTable.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.services.s3tables.CfnTable.IcebergSortFieldProperty
CfnTable.IcebergSortFieldProperty.Builder, CfnTable.IcebergSortFieldProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTable.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 theCfnTable.IcebergSortFieldProperty.Builder.
-
-
Method Details
-
getDirection
Description copied from interface:CfnTable.IcebergSortFieldPropertySort direction (asc or desc).- Specified by:
getDirectionin interfaceCfnTable.IcebergSortFieldProperty- See Also:
-
getNullOrder
Description copied from interface:CfnTable.IcebergSortFieldPropertyNull value ordering (nulls-first or nulls-last).- Specified by:
getNullOrderin interfaceCfnTable.IcebergSortFieldProperty- See Also:
-
getSourceId
Description copied from interface:CfnTable.IcebergSortFieldPropertyThe source column ID to sort on.- Specified by:
getSourceIdin interfaceCfnTable.IcebergSortFieldProperty- See Also:
-
getTransform
Description copied from interface:CfnTable.IcebergSortFieldPropertyThe sort transform function.- Specified by:
getTransformin interfaceCfnTable.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()
-