Interface ListRepositoryAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeGuruReviewerResponse.Builder,CopyableBuilder<ListRepositoryAssociationsResponse.Builder,ListRepositoryAssociationsResponse>,SdkBuilder<ListRepositoryAssociationsResponse.Builder,ListRepositoryAssociationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListRepositoryAssociationsResponse
public static interface ListRepositoryAssociationsResponse.Builder extends CodeGuruReviewerResponse.Builder, SdkPojo, CopyableBuilder<ListRepositoryAssociationsResponse.Builder,ListRepositoryAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRepositoryAssociationsResponse.BuildernextToken(String nextToken)ThenextTokenvalue to include in a futureListRecommendationsrequest.ListRepositoryAssociationsResponse.BuilderrepositoryAssociationSummaries(Collection<RepositoryAssociationSummary> repositoryAssociationSummaries)A list of repository associations that meet the criteria of the request.ListRepositoryAssociationsResponse.BuilderrepositoryAssociationSummaries(Consumer<RepositoryAssociationSummary.Builder>... repositoryAssociationSummaries)A list of repository associations that meet the criteria of the request.ListRepositoryAssociationsResponse.BuilderrepositoryAssociationSummaries(RepositoryAssociationSummary... repositoryAssociationSummaries)A list of repository associations that meet the criteria of the request.-
Methods inherited from interface software.amazon.awssdk.services.codegurureviewer.model.CodeGuruReviewerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
repositoryAssociationSummaries
ListRepositoryAssociationsResponse.Builder repositoryAssociationSummaries(Collection<RepositoryAssociationSummary> repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
- Parameters:
repositoryAssociationSummaries- A list of repository associations that meet the criteria of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryAssociationSummaries
ListRepositoryAssociationsResponse.Builder repositoryAssociationSummaries(RepositoryAssociationSummary... repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
- Parameters:
repositoryAssociationSummaries- A list of repository associations that meet the criteria of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryAssociationSummaries
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.Builderavoiding the need to create one manually viaRepositoryAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#repositoryAssociationSummaries(List.) - Parameters:
repositoryAssociationSummaries- a consumer that will call methods onRepositoryAssociationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#repositoryAssociationSummaries(java.util.Collection)
-
nextToken
ListRepositoryAssociationsResponse.Builder nextToken(String nextToken)
The
nextTokenvalue to include in a futureListRecommendationsrequest. When the results of aListRecommendationsrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- ThenextTokenvalue to include in a futureListRecommendationsrequest. When the results of aListRecommendationsrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-