Interface ListRepositoriesRequest.Builder

    • Method Detail

      • nextToken

        ListRepositoriesRequest.Builder nextToken​(String nextToken)

        An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to CodeCommit, another page of 1,000 records is retrieved.

        Parameters:
        nextToken - An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to CodeCommit, another page of 1,000 records is retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortBy

        ListRepositoriesRequest.Builder sortBy​(String sortBy)

        The criteria used to sort the results of a list repositories operation.

        Parameters:
        sortBy - The criteria used to sort the results of a list repositories operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortByEnum, SortByEnum
      • sortBy

        ListRepositoriesRequest.Builder sortBy​(SortByEnum sortBy)

        The criteria used to sort the results of a list repositories operation.

        Parameters:
        sortBy - The criteria used to sort the results of a list repositories operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortByEnum, SortByEnum
      • order

        ListRepositoriesRequest.Builder order​(String order)

        The order in which to sort the results of a list repositories operation.

        Parameters:
        order - The order in which to sort the results of a list repositories operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OrderEnum, OrderEnum
      • order

        ListRepositoriesRequest.Builder order​(OrderEnum order)

        The order in which to sort the results of a list repositories operation.

        Parameters:
        order - The order in which to sort the results of a list repositories operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OrderEnum, OrderEnum