@Stability(value=Stable)
public static interface CfnPartition.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")
// the properties below are optional
.sortOrder(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPartition.OrderProperty.Builder
A builder for
CfnPartition.OrderProperty |
static class |
CfnPartition.OrderProperty.Jsii$Proxy
An implementation for
CfnPartition.OrderProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPartition.OrderProperty.Builder |
builder() |
String |
getColumn()
The name of the column.
|
default 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) @Nullable default Number getSortOrder()
@Stability(value=Stable) static CfnPartition.OrderProperty.Builder builder()
CfnPartition.OrderProperty.Builder of CfnPartition.OrderPropertyCopyright © 2022. All rights reserved.