Interface GenerationSortBy.Builder

    • Method Detail

      • attribute

        GenerationSortBy.Builder attribute​(String attribute)

        The attribute by which to sort the generation request information. You can sort by the following attributes.

        • creationStartTime – The time at which the generation request was created.

        • lastUpdatedTime – The time at which the generation request was last updated.

        Parameters:
        attribute - The attribute by which to sort the generation request information. You can sort by the following attributes.

        • creationStartTime – The time at which the generation request was created.

        • lastUpdatedTime – The time at which the generation request was last updated.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GenerationSortByAttribute, GenerationSortByAttribute
      • attribute

        GenerationSortBy.Builder attribute​(GenerationSortByAttribute attribute)

        The attribute by which to sort the generation request information. You can sort by the following attributes.

        • creationStartTime – The time at which the generation request was created.

        • lastUpdatedTime – The time at which the generation request was last updated.

        Parameters:
        attribute - The attribute by which to sort the generation request information. You can sort by the following attributes.

        • creationStartTime – The time at which the generation request was created.

        • lastUpdatedTime – The time at which the generation request was last updated.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GenerationSortByAttribute, GenerationSortByAttribute
      • order

        GenerationSortBy.Builder order​(String order)

        The order by which to sort the generation request information.

        Parameters:
        order - The order by which to sort the generation request information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • order

        GenerationSortBy.Builder order​(SortOrder order)

        The order by which to sort the generation request information.

        Parameters:
        order - The order by which to sort the generation request information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder