@Stability(value=Stable)
public static interface CfnComponent.SortPropertyProperty
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.amplifyuibuilder.*;
SortPropertyProperty sortPropertyProperty = SortPropertyProperty.builder()
.direction("direction")
.field("field")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComponent.SortPropertyProperty.Builder
A builder for
CfnComponent.SortPropertyProperty |
static class |
CfnComponent.SortPropertyProperty.Jsii$Proxy
An implementation for
CfnComponent.SortPropertyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnComponent.SortPropertyProperty.Builder |
builder() |
String |
getDirection()
The direction of the sort, either ascending or descending.
|
String |
getField()
The field to perform the sort on.
|
@Stability(value=Stable) @NotNull String getDirection()
@Stability(value=Stable) @NotNull String getField()
@Stability(value=Stable) static CfnComponent.SortPropertyProperty.Builder builder()
Copyright © 2022. All rights reserved.