public static interface DescribeRecommendationsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeRecommendationsResponse.Builder,DescribeRecommendationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRecommendationsResponse.Builder |
nextToken(String nextToken)
The unique pagination token returned for you to pass to a subsequent request.
|
DescribeRecommendationsResponse.Builder |
recommendations(Collection<Recommendation> recommendations)
The list of recommendations of target engines that Fleet Advisor created for the source database.
|
DescribeRecommendationsResponse.Builder |
recommendations(Consumer<Recommendation.Builder>... recommendations)
The list of recommendations of target engines that Fleet Advisor created for the source database.
|
DescribeRecommendationsResponse.Builder |
recommendations(Recommendation... recommendations)
The list of recommendations of target engines that Fleet Advisor created for the source database.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRecommendationsResponse.Builder nextToken(String nextToken)
The unique pagination token returned for you to pass to a subsequent request. Fleet Advisor returns this
token when the number of records in the response is greater than the MaxRecords value. To
retrieve the next page, make the call again using the returned token and keeping all other arguments
unchanged.
nextToken - The unique pagination token returned for you to pass to a subsequent request. Fleet Advisor returns
this token when the number of records in the response is greater than the MaxRecords
value. To retrieve the next page, make the call again using the returned token and keeping all other
arguments unchanged.DescribeRecommendationsResponse.Builder recommendations(Collection<Recommendation> recommendations)
The list of recommendations of target engines that Fleet Advisor created for the source database.
recommendations - The list of recommendations of target engines that Fleet Advisor created for the source database.DescribeRecommendationsResponse.Builder recommendations(Recommendation... recommendations)
The list of recommendations of target engines that Fleet Advisor created for the source database.
recommendations - The list of recommendations of target engines that Fleet Advisor created for the source database.DescribeRecommendationsResponse.Builder recommendations(Consumer<Recommendation.Builder>... recommendations)
The list of recommendations of target engines that Fleet Advisor created for the source database.
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) Copyright © 2023. All rights reserved.