Interface ListRepositoryLinksResponse.Builder

    • Method Detail

      • repositoryLinks

        ListRepositoryLinksResponse.Builder repositoryLinks​(Collection<RepositoryLinkInfo> repositoryLinks)

        Lists the repository links called by the list repository links operation.

        Parameters:
        repositoryLinks - Lists the repository links called by the list repository links operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoryLinks

        ListRepositoryLinksResponse.Builder repositoryLinks​(RepositoryLinkInfo... repositoryLinks)

        Lists the repository links called by the list repository links operation.

        Parameters:
        repositoryLinks - Lists the repository links called by the list repository links operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRepositoryLinksResponse.Builder nextToken​(String nextToken)

        An enumeration token that allows the operation to batch the results of the operation.

        Parameters:
        nextToken - An enumeration token that allows the operation to batch the results of the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.