Interface SearchResourcesSortCriteria.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SearchResourcesSortCriteria.Builder,SearchResourcesSortCriteria>, SdkBuilder<SearchResourcesSortCriteria.Builder,SearchResourcesSortCriteria>, SdkPojo
Enclosing class:
SearchResourcesSortCriteria

public static interface SearchResourcesSortCriteria.Builder extends SdkPojo, CopyableBuilder<SearchResourcesSortCriteria.Builder,SearchResourcesSortCriteria>
  • Method Details

    • attributeName

      SearchResourcesSortCriteria.Builder attributeName(String attributeName)

      The property to sort the results by.

      Parameters:
      attributeName - The property to sort the results by.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • attributeName

      The property to sort the results by.

      Parameters:
      attributeName - The property to sort the results by.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • orderBy

      The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.

      Parameters:
      orderBy - The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • orderBy

      The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.

      Parameters:
      orderBy - The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: