Interface SelectableValuesSort.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SelectableValuesSort.Builder,,SelectableValuesSort> SdkBuilder<SelectableValuesSort.Builder,,SelectableValuesSort> SdkPojo
- Enclosing class:
SelectableValuesSort
-
Method Summary
Modifier and TypeMethodDescriptionThe sort direction for the selectable values.direction(ControlSortDirection direction) The sort direction for the selectable values.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
direction
The sort direction for the selectable values. Choose one of the following options:
-
ASC: Sort in ascending order. -
DESC: Sort in descending order. -
USER_DEFINED_ORDER: Preserve the order in which the values were entered.
- Parameters:
direction- The sort direction for the selectable values. Choose one of the following options:-
ASC: Sort in ascending order. -
DESC: Sort in descending order. -
USER_DEFINED_ORDER: Preserve the order in which the values were entered.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
direction
The sort direction for the selectable values. Choose one of the following options:
-
ASC: Sort in ascending order. -
DESC: Sort in descending order. -
USER_DEFINED_ORDER: Preserve the order in which the values were entered.
- Parameters:
direction- The sort direction for the selectable values. Choose one of the following options:-
ASC: Sort in ascending order. -
DESC: Sort in descending order. -
USER_DEFINED_ORDER: Preserve the order in which the values were entered.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-