public static interface ListRepositoriesResponse.Builder extends CodeCommitResponse.Builder, CopyableBuilder<ListRepositoriesResponse.Builder,ListRepositoriesResponse>
Modifier and Type | Method and Description |
---|---|
ListRepositoriesResponse.Builder |
nextToken(String nextToken)
An enumeration token that allows the operation to batch the results of the operation.
|
ListRepositoriesResponse.Builder |
repositories(Collection<RepositoryNameIdPair> repositories)
Lists the repositories called by the list repositories operation.
|
ListRepositoriesResponse.Builder |
repositories(Consumer<RepositoryNameIdPair.Builder>... repositories)
Lists the repositories called by the list repositories operation.
|
ListRepositoriesResponse.Builder |
repositories(RepositoryNameIdPair... repositories)
Lists the repositories called by the list repositories operation.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListRepositoriesResponse.Builder repositories(Collection<RepositoryNameIdPair> repositories)
Lists the repositories called by the list repositories operation.
repositories
- Lists the repositories called by the list repositories operation.ListRepositoriesResponse.Builder repositories(RepositoryNameIdPair... repositories)
Lists the repositories called by the list repositories operation.
repositories
- Lists the repositories called by the list repositories operation.ListRepositoriesResponse.Builder repositories(Consumer<RepositoryNameIdPair.Builder>... repositories)
Lists the repositories called by the list repositories operation.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #repositories(List)
.repositories
- a consumer that will call methods on List.Builder
#repositories(List)
ListRepositoriesResponse.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 AWS CodeCommit, another page of 1,000 records is retrieved.
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 AWS CodeCommit, another
page of 1,000 records is retrieved.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.