public static interface ListRepositoryAssociationsResponse.Builder extends CodeGuruReviewerResponse.Builder, SdkPojo, CopyableBuilder<ListRepositoryAssociationsResponse.Builder,ListRepositoryAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRepositoryAssociationsResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListRecommendations request. |
ListRepositoryAssociationsResponse.Builder |
repositoryAssociationSummaries(Collection<RepositoryAssociationSummary> repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
|
ListRepositoryAssociationsResponse.Builder |
repositoryAssociationSummaries(Consumer<RepositoryAssociationSummary.Builder>... repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
|
ListRepositoryAssociationsResponse.Builder |
repositoryAssociationSummaries(RepositoryAssociationSummary... repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRepositoryAssociationsResponse.Builder repositoryAssociationSummaries(Collection<RepositoryAssociationSummary> repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
repositoryAssociationSummaries - A list of repository associations that meet the criteria of the request.ListRepositoryAssociationsResponse.Builder repositoryAssociationSummaries(RepositoryAssociationSummary... repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
repositoryAssociationSummaries - A list of repository associations that meet the criteria of the request.ListRepositoryAssociationsResponse.Builder repositoryAssociationSummaries(Consumer<RepositoryAssociationSummary.Builder>... repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
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 #repositoryAssociationSummaries(List) .repositoryAssociationSummaries - a consumer that will call methods on List.Builder #repositoryAssociationSummaries(List) ListRepositoryAssociationsResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListRecommendations request. When the
results of a ListRecommendations request exceed maxResults, this value can be used
to retrieve the next page of results. This value is null when there are no more results to
return.
nextToken - The nextToken value to include in a future ListRecommendations request. When
the results of a ListRecommendations request exceed maxResults, this value
can be used to retrieve the next page of results. This value is null when there are no
more results to return.Copyright © 2020. All rights reserved.