@Stability(value=Stable) public static final class CfnComponent.SortPropertyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponent.SortPropertyProperty>
CfnComponent.SortPropertyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnComponent.SortPropertyProperty |
build()
Builds the configured instance.
|
CfnComponent.SortPropertyProperty.Builder |
direction(String direction)
Sets the value of
CfnComponent.SortPropertyProperty.getDirection() |
CfnComponent.SortPropertyProperty.Builder |
field(String field)
Sets the value of
CfnComponent.SortPropertyProperty.getField() |
@Stability(value=Stable) public CfnComponent.SortPropertyProperty.Builder direction(String direction)
CfnComponent.SortPropertyProperty.getDirection()direction - The direction of the sort, either ascending or descending. This parameter is required.this@Stability(value=Stable) public CfnComponent.SortPropertyProperty.Builder field(String field)
CfnComponent.SortPropertyProperty.getField()field - The field to perform the sort on. This parameter is required.this@Stability(value=Stable) public CfnComponent.SortPropertyProperty build()
build in interface software.amazon.jsii.Builder<CfnComponent.SortPropertyProperty>CfnComponent.SortPropertyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.