Interface ListAlgorithmsRequest.Builder

    • Method Detail

      • creationTimeAfter

        ListAlgorithmsRequest.Builder creationTimeAfter​(Instant creationTimeAfter)

        A filter that returns only algorithms created after the specified time (timestamp).

        Parameters:
        creationTimeAfter - A filter that returns only algorithms created after the specified time (timestamp).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimeBefore

        ListAlgorithmsRequest.Builder creationTimeBefore​(Instant creationTimeBefore)

        A filter that returns only algorithms created before the specified time (timestamp).

        Parameters:
        creationTimeBefore - A filter that returns only algorithms created before the specified time (timestamp).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListAlgorithmsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of algorithms to return in the response.

        Parameters:
        maxResults - The maximum number of algorithms to return in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nameContains

        ListAlgorithmsRequest.Builder nameContains​(String nameContains)

        A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.

        Parameters:
        nameContains - A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAlgorithmsRequest.Builder nextToken​(String nextToken)

        If the response to a previous ListAlgorithms request was truncated, the response includes a NextToken. To retrieve the next set of algorithms, use the token in the next request.

        Parameters:
        nextToken - If the response to a previous ListAlgorithms request was truncated, the response includes a NextToken. To retrieve the next set of algorithms, use the token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortBy

        ListAlgorithmsRequest.Builder sortBy​(String sortBy)

        The parameter by which to sort the results. The default is CreationTime.

        Parameters:
        sortBy - The parameter by which to sort the results. The default is CreationTime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AlgorithmSortBy, AlgorithmSortBy
      • sortBy

        ListAlgorithmsRequest.Builder sortBy​(AlgorithmSortBy sortBy)

        The parameter by which to sort the results. The default is CreationTime.

        Parameters:
        sortBy - The parameter by which to sort the results. The default is CreationTime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AlgorithmSortBy, AlgorithmSortBy
      • sortOrder

        ListAlgorithmsRequest.Builder sortOrder​(String sortOrder)

        The sort order for the results. The default is Ascending.

        Parameters:
        sortOrder - The sort order for the results. The default is Ascending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListAlgorithmsRequest.Builder sortOrder​(SortOrder sortOrder)

        The sort order for the results. The default is Ascending.

        Parameters:
        sortOrder - The sort order for the results. The default is Ascending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder