public static interface ListRecommendationsResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<ListRecommendationsResponse.Builder,ListRecommendationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResponse.Builder |
nextToken(String nextToken)
A string token indicating that there might be additional recommendations available to be listed.
|
ListRecommendationsResponse.Builder |
recommendations(Collection<Recommendation> recommendations)
The recommendations applicable to your account.
|
ListRecommendationsResponse.Builder |
recommendations(Consumer<Recommendation.Builder>... recommendations)
The recommendations applicable to your account.
|
ListRecommendationsResponse.Builder |
recommendations(Recommendation... recommendations)
The recommendations applicable to your account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecommendationsResponse.Builder recommendations(Collection<Recommendation> recommendations)
The recommendations applicable to your account.
recommendations - The recommendations applicable to your account.ListRecommendationsResponse.Builder recommendations(Recommendation... recommendations)
The recommendations applicable to your account.
recommendations - The recommendations applicable to your account.ListRecommendationsResponse.Builder recommendations(Consumer<Recommendation.Builder>... recommendations)
The recommendations applicable to your account.
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)
A string token indicating that there might be additional recommendations available to be listed. Use the
token provided in the ListRecommendationsResponse to use in the subsequent call to
ListRecommendations with the same parameters to retrieve the next page of recommendations.
nextToken - A string token indicating that there might be additional recommendations available to be listed. Use
the token provided in the ListRecommendationsResponse to use in the subsequent call to
ListRecommendations with the same parameters to retrieve the next page of
recommendations.Copyright © 2023. All rights reserved.