static ListRepositoryLinksResponse.Builder |
ListRepositoryLinksResponse.builder() |
|
ListRepositoryLinksResponse.Builder |
ListRepositoryLinksResponse.Builder.nextToken(String nextToken) |
An enumeration token that allows the operation to batch the results of the operation.
|
ListRepositoryLinksResponse.Builder |
ListRepositoryLinksResponse.Builder.repositoryLinks(Collection<RepositoryLinkInfo> repositoryLinks) |
Lists the repository links called by the list repository links operation.
|
ListRepositoryLinksResponse.Builder |
ListRepositoryLinksResponse.Builder.repositoryLinks(Consumer<RepositoryLinkInfo.Builder>... repositoryLinks) |
Lists the repository links called by the list repository links operation.
|
ListRepositoryLinksResponse.Builder |
ListRepositoryLinksResponse.Builder.repositoryLinks(RepositoryLinkInfo... repositoryLinks) |
Lists the repository links called by the list repository links operation.
|
ListRepositoryLinksResponse.Builder |
ListRepositoryLinksResponse.toBuilder() |
|