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 method that creates an instance of theRepositoryAssociationSummary.Builder avoiding
the need to create one manually via
RepositoryAssociationSummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #repositoryAssociationSummaries(List.
repositoryAssociationSummaries - a consumer that will call methods on
RepositoryAssociationSummary.Builder#repositoryAssociationSummaries(java.util.Collection) 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 © 2023. All rights reserved.