Interface DescribeRecommendationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeRecommendationsResponse.Builder,
,DescribeRecommendationsResponse> DatabaseMigrationResponse.Builder
,SdkBuilder<DescribeRecommendationsResponse.Builder,
,DescribeRecommendationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeRecommendationsResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe unique pagination token returned for you to pass to a subsequent request.recommendations
(Collection<Recommendation> recommendations) The list of recommendations of target engines that Fleet Advisor created for the source database.recommendations
(Consumer<Recommendation.Builder>... recommendations) The list of recommendations of target engines that Fleet Advisor created for the source database.recommendations
(Recommendation... recommendations) The list of recommendations of target engines that Fleet Advisor created for the source database.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadata
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 Details
-
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.- Parameters:
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 theMaxRecords
value. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendations
The list of recommendations of target engines that Fleet Advisor created for the source database.
- Parameters:
recommendations
- The list of recommendations of target engines that Fleet Advisor created for the source database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendations
The list of recommendations of target engines that Fleet Advisor created for the source database.
- Parameters:
recommendations
- The list of recommendations of target engines that Fleet Advisor created for the source database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendations
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 viaRecommendation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torecommendations(List<Recommendation>)
.- Parameters:
recommendations
- a consumer that will call methods onRecommendation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-