Interface ListTransactionsSort.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListTransactionsSort.Builder,ListTransactionsSort>,SdkBuilder<ListTransactionsSort.Builder,ListTransactionsSort>,SdkPojo
- Enclosing class:
- ListTransactionsSort
public static interface ListTransactionsSort.Builder extends SdkPojo, CopyableBuilder<ListTransactionsSort.Builder,ListTransactionsSort>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTransactionsSort.BuildersortBy(String sortBy)Defaults to the valueTRANSACTION_TIMESTAMP.ListTransactionsSort.BuildersortBy(ListTransactionsSortBy sortBy)Defaults to the valueTRANSACTION_TIMESTAMP.ListTransactionsSort.BuildersortOrder(String sortOrder)The container for the sort order forListTransactions.ListTransactionsSort.BuildersortOrder(SortOrder sortOrder)The container for the sort order forListTransactions.-
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
ListTransactionsSort.Builder sortBy(String sortBy)
Defaults to the value
TRANSACTION_TIMESTAMP.- Parameters:
sortBy- Defaults to the valueTRANSACTION_TIMESTAMP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListTransactionsSortBy,ListTransactionsSortBy
-
sortBy
ListTransactionsSort.Builder sortBy(ListTransactionsSortBy sortBy)
Defaults to the value
TRANSACTION_TIMESTAMP.- Parameters:
sortBy- Defaults to the valueTRANSACTION_TIMESTAMP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListTransactionsSortBy,ListTransactionsSortBy
-
sortOrder
ListTransactionsSort.Builder sortOrder(String sortOrder)
The container for the sort order for
ListTransactions. TheSortOrderfield only accepts the valuesASCENDINGandDESCENDING. Not providingSortOrderwill default toASCENDING.- Parameters:
sortOrder- The container for the sort order forListTransactions. 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
ListTransactionsSort.Builder sortOrder(SortOrder sortOrder)
The container for the sort order for
ListTransactions. TheSortOrderfield only accepts the valuesASCENDINGandDESCENDING. Not providingSortOrderwill default toASCENDING.- Parameters:
sortOrder- The container for the sort order forListTransactions. 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
-
-