@Stability(value=Stable) public static final class CfnTable.OrderProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTable.OrderProperty>
CfnTable.OrderProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.OrderProperty |
build()
Builds the configured instance.
|
CfnTable.OrderProperty.Builder |
column(String column)
Sets the value of
CfnTable.OrderProperty.getColumn() |
CfnTable.OrderProperty.Builder |
sortOrder(Number sortOrder)
Sets the value of
CfnTable.OrderProperty.getSortOrder() |
@Stability(value=Stable) public CfnTable.OrderProperty.Builder column(String column)
CfnTable.OrderProperty.getColumn()column - `CfnTable.OrderProperty.Column`. This parameter is required.this@Stability(value=Stable) public CfnTable.OrderProperty.Builder sortOrder(Number sortOrder)
CfnTable.OrderProperty.getSortOrder()sortOrder - `CfnTable.OrderProperty.SortOrder`. This parameter is required.this@Stability(value=Stable) public CfnTable.OrderProperty build()
build in interface software.amazon.jsii.Builder<CfnTable.OrderProperty>CfnTable.OrderPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.