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