Interface ContainerProductSort.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContainerProductSort.Builder,ContainerProductSort>,SdkBuilder<ContainerProductSort.Builder,ContainerProductSort>,SdkPojo
- Enclosing class:
- ContainerProductSort
public static interface ContainerProductSort.Builder extends SdkPojo, CopyableBuilder<ContainerProductSort.Builder,ContainerProductSort>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerProductSort.BuildersortBy(String sortBy)Field to sort the container products by.ContainerProductSort.BuildersortBy(ContainerProductSortBy sortBy)Field to sort the container products by.ContainerProductSort.BuildersortOrder(String sortOrder)The sorting order.ContainerProductSort.BuildersortOrder(SortOrder sortOrder)The sorting order.-
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
ContainerProductSort.Builder sortBy(String sortBy)
Field to sort the container products by.
- Parameters:
sortBy- Field to sort the container products by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContainerProductSortBy,ContainerProductSortBy
-
sortBy
ContainerProductSort.Builder sortBy(ContainerProductSortBy sortBy)
Field to sort the container products by.
- Parameters:
sortBy- Field to sort the container products by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContainerProductSortBy,ContainerProductSortBy
-
sortOrder
ContainerProductSort.Builder sortOrder(String sortOrder)
The sorting order. Can be
ASCENDINGorDESCENDING. The default value isDESCENDING.
-
sortOrder
ContainerProductSort.Builder sortOrder(SortOrder sortOrder)
The sorting order. Can be
ASCENDINGorDESCENDING. The default value isDESCENDING.
-
-