Interface ListCodeRepositoriesRequest.Builder

    • Method Detail

      • creationTimeAfter

        ListCodeRepositoriesRequest.Builder creationTimeAfter​(Instant creationTimeAfter)

        A filter that returns only Git repositories that were created after the specified time.

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

        ListCodeRepositoriesRequest.Builder creationTimeBefore​(Instant creationTimeBefore)

        A filter that returns only Git repositories that were created before the specified time.

        Parameters:
        creationTimeBefore - A filter that returns only Git repositories that were created before the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTimeAfter

        ListCodeRepositoriesRequest.Builder lastModifiedTimeAfter​(Instant lastModifiedTimeAfter)

        A filter that returns only Git repositories that were last modified after the specified time.

        Parameters:
        lastModifiedTimeAfter - A filter that returns only Git repositories that were last modified after the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTimeBefore

        ListCodeRepositoriesRequest.Builder lastModifiedTimeBefore​(Instant lastModifiedTimeBefore)

        A filter that returns only Git repositories that were last modified before the specified time.

        Parameters:
        lastModifiedTimeBefore - A filter that returns only Git repositories that were last modified before the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListCodeRepositoriesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of Git repositories to return in the response.

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

        ListCodeRepositoriesRequest.Builder nameContains​(String nameContains)

        A string in the Git repositories name. This filter returns only repositories whose name contains the specified string.

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

        ListCodeRepositoriesRequest.Builder nextToken​(String nextToken)

        If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.

        Parameters:
        nextToken - If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.