public static interface ListRepositoriesResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRepositoriesResponse.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 method that creates an instance of theRepositoryNameIdPair.Builder avoiding the need to
create one manually via
RepositoryNameIdPair.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #repositories(List.
repositories - a consumer that will call methods on
RepositoryNameIdPair.Builder#repositories(java.util.Collection) 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 © 2022. All rights reserved.