public static interface ListRecommendationsResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<ListRecommendationsResponse.Builder,ListRecommendationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListRecommendationsResponse.Builder |
recommendations(Collection<Recommendation> recommendations)
An array of the requested recommendations.
|
ListRecommendationsResponse.Builder |
recommendations(Consumer<Recommendation.Builder>... recommendations)
An array of the requested recommendations.
|
ListRecommendationsResponse.Builder |
recommendations(Recommendation... recommendations)
An array of the requested recommendations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecommendationsResponse.Builder recommendations(Collection<Recommendation> recommendations)
An array of the requested recommendations.
recommendations - An array of the requested recommendations.ListRecommendationsResponse.Builder recommendations(Recommendation... recommendations)
An array of the requested recommendations.
recommendations - An array of the requested recommendations.ListRecommendationsResponse.Builder recommendations(Consumer<Recommendation.Builder>... recommendations)
An array of the requested recommendations.
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 #recommendations(List) .recommendations - a consumer that will call methods on List.Builder #recommendations(List) ListRecommendationsResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2021. All rights reserved.