@Stability(value=Stable)
public static interface CfnTable.OrderProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.glue.*;
OrderProperty orderProperty = OrderProperty.builder()
.column("column")
.sortOrder(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.OrderProperty.Builder
A builder for
CfnTable.OrderProperty |
static class |
CfnTable.OrderProperty.Jsii$Proxy
An implementation for
CfnTable.OrderProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.OrderProperty.Builder |
builder() |
String |
getColumn()
The name of the column.
|
Number |
getSortOrder()
Indicates that the column is sorted in ascending order ( `== 1` ), or in descending order ( `==0` ).
|
@Stability(value=Stable) @NotNull String getColumn()
@Stability(value=Stable) @NotNull Number getSortOrder()
@Stability(value=Stable) static CfnTable.OrderProperty.Builder builder()
CfnTable.OrderProperty.Builder of CfnTable.OrderPropertyCopyright © 2022. All rights reserved.