public static final class CfnPartition.OrderProperty.Builder
extends java.lang.Object
CfnPartition.OrderProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnPartition.OrderProperty |
build()
Builds the configured instance.
|
CfnPartition.OrderProperty.Builder |
column(java.lang.String column)
Sets the value of
CfnPartition.OrderProperty.getColumn() |
CfnPartition.OrderProperty.Builder |
sortOrder(java.lang.Number sortOrder)
Sets the value of
CfnPartition.OrderProperty.getSortOrder() |
public CfnPartition.OrderProperty.Builder column(java.lang.String column)
CfnPartition.OrderProperty.getColumn()
column
- The name of the column. This parameter is required.this
public CfnPartition.OrderProperty.Builder sortOrder(java.lang.Number sortOrder)
CfnPartition.OrderProperty.getSortOrder()
sortOrder
- Indicates that the column is sorted in ascending order ( `== 1` ), or in descending order ( `==0` ).this
public CfnPartition.OrderProperty build()
CfnPartition.OrderProperty
java.lang.NullPointerException
- if any required attribute was not provided