| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static SortProperty.Builder |
SortProperty.builder() |
SortProperty.Builder |
SortProperty.Builder.direction(SortDirection direction)
The direction of the sort, either ascending or descending.
|
SortProperty.Builder |
SortProperty.Builder.direction(String direction)
The direction of the sort, either ascending or descending.
|
SortProperty.Builder |
SortProperty.Builder.field(String field)
The field to perform the sort on.
|
SortProperty.Builder |
SortProperty.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SortProperty.Builder> |
SortProperty.serializableBuilderClass() |
Copyright © 2022. All rights reserved.