public static interface DescribeRecommendationLimitationsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeRecommendationLimitationsResponse.Builder,DescribeRecommendationLimitationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRecommendationLimitationsResponse.Builder |
limitations(Collection<Limitation> limitations)
The list of limitations for recommendations of target Amazon Web Services engines.
|
DescribeRecommendationLimitationsResponse.Builder |
limitations(Consumer<Limitation.Builder>... limitations)
The list of limitations for recommendations of target Amazon Web Services engines.
|
DescribeRecommendationLimitationsResponse.Builder |
limitations(Limitation... limitations)
The list of limitations for recommendations of target Amazon Web Services engines.
|
DescribeRecommendationLimitationsResponse.Builder |
nextToken(String nextToken)
The unique pagination token returned for you to pass to a subsequent request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRecommendationLimitationsResponse.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.DescribeRecommendationLimitationsResponse.Builder limitations(Collection<Limitation> limitations)
The list of limitations for recommendations of target Amazon Web Services engines.
limitations - The list of limitations for recommendations of target Amazon Web Services engines.DescribeRecommendationLimitationsResponse.Builder limitations(Limitation... limitations)
The list of limitations for recommendations of target Amazon Web Services engines.
limitations - The list of limitations for recommendations of target Amazon Web Services engines.DescribeRecommendationLimitationsResponse.Builder limitations(Consumer<Limitation.Builder>... limitations)
The list of limitations for recommendations of target Amazon Web Services engines.
This is a convenience method that creates an instance of theLimitation.Builder avoiding the need to
create one manually via Limitation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #limitations(List.
limitations - a consumer that will call methods on
Limitation.Builder#limitations(java.util.Collection) Copyright © 2023. All rights reserved.