Interface ListFilteredTransactionEventsSort.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListFilteredTransactionEventsSort.Builder,ListFilteredTransactionEventsSort>,SdkBuilder<ListFilteredTransactionEventsSort.Builder,ListFilteredTransactionEventsSort>,SdkPojo
- Enclosing class:
- ListFilteredTransactionEventsSort
public static interface ListFilteredTransactionEventsSort.Builder extends SdkPojo, CopyableBuilder<ListFilteredTransactionEventsSort.Builder,ListFilteredTransactionEventsSort>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFilteredTransactionEventsSort.BuildersortBy(String sortBy)Container on how the results will be sorted by?ListFilteredTransactionEventsSort.BuildersortBy(ListFilteredTransactionEventsSortBy sortBy)Container on how the results will be sorted by?ListFilteredTransactionEventsSort.BuildersortOrder(String sortOrder)The container for the sort order forListFilteredTransactionEvents.ListFilteredTransactionEventsSort.BuildersortOrder(SortOrder sortOrder)The container for the sort order forListFilteredTransactionEvents.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
sortBy
ListFilteredTransactionEventsSort.Builder sortBy(String sortBy)
Container on how the results will be sorted by?
- Parameters:
sortBy- Container on how the results will be sorted by?- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListFilteredTransactionEventsSortBy,ListFilteredTransactionEventsSortBy
-
sortBy
ListFilteredTransactionEventsSort.Builder sortBy(ListFilteredTransactionEventsSortBy sortBy)
Container on how the results will be sorted by?
- Parameters:
sortBy- Container on how the results will be sorted by?- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListFilteredTransactionEventsSortBy,ListFilteredTransactionEventsSortBy
-
sortOrder
ListFilteredTransactionEventsSort.Builder sortOrder(String sortOrder)
The container for the sort order for
ListFilteredTransactionEvents. TheSortOrderfield only accepts the valuesASCENDINGandDESCENDING. Not providingSortOrderwill default toASCENDING.- Parameters:
sortOrder- The container for the sort order forListFilteredTransactionEvents. TheSortOrderfield only accepts the valuesASCENDINGandDESCENDING. Not providingSortOrderwill default toASCENDING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortOrder,SortOrder
-
sortOrder
ListFilteredTransactionEventsSort.Builder sortOrder(SortOrder sortOrder)
The container for the sort order for
ListFilteredTransactionEvents. TheSortOrderfield only accepts the valuesASCENDINGandDESCENDING. Not providingSortOrderwill default toASCENDING.- Parameters:
sortOrder- The container for the sort order forListFilteredTransactionEvents. TheSortOrderfield only accepts the valuesASCENDINGandDESCENDING. Not providingSortOrderwill default toASCENDING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortOrder,SortOrder
-
-