public static interface GetAutoScalingGroupRecommendationsResponse.Builder extends ComputeOptimizerResponse.Builder, SdkPojo, CopyableBuilder<GetAutoScalingGroupRecommendationsResponse.Builder,GetAutoScalingGroupRecommendationsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAutoScalingGroupRecommendationsResponse.Builder nextToken(String nextToken)
The token to use to advance to the next page of Auto Scaling group recommendations.
This value is null when there are no more pages of Auto Scaling group recommendations to return.
nextToken - The token to use to advance to the next page of Auto Scaling group recommendations.
This value is null when there are no more pages of Auto Scaling group recommendations to return.
GetAutoScalingGroupRecommendationsResponse.Builder autoScalingGroupRecommendations(Collection<AutoScalingGroupRecommendation> autoScalingGroupRecommendations)
An array of objects that describe Auto Scaling group recommendations.
autoScalingGroupRecommendations - An array of objects that describe Auto Scaling group recommendations.GetAutoScalingGroupRecommendationsResponse.Builder autoScalingGroupRecommendations(AutoScalingGroupRecommendation... autoScalingGroupRecommendations)
An array of objects that describe Auto Scaling group recommendations.
autoScalingGroupRecommendations - An array of objects that describe Auto Scaling group recommendations.GetAutoScalingGroupRecommendationsResponse.Builder autoScalingGroupRecommendations(Consumer<AutoScalingGroupRecommendation.Builder>... autoScalingGroupRecommendations)
An array of objects that describe Auto Scaling group recommendations.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #autoScalingGroupRecommendations(List) .autoScalingGroupRecommendations - a consumer that will call methods on List.Builder #autoScalingGroupRecommendations(List) GetAutoScalingGroupRecommendationsResponse.Builder errors(Collection<GetRecommendationError> errors)
An array of objects that describe errors of the request.
For example, an error is returned if you request recommendations for an unsupported Auto Scaling group.
errors - An array of objects that describe errors of the request.
For example, an error is returned if you request recommendations for an unsupported Auto Scaling group.
GetAutoScalingGroupRecommendationsResponse.Builder errors(GetRecommendationError... errors)
An array of objects that describe errors of the request.
For example, an error is returned if you request recommendations for an unsupported Auto Scaling group.
errors - An array of objects that describe errors of the request.
For example, an error is returned if you request recommendations for an unsupported Auto Scaling group.
GetAutoScalingGroupRecommendationsResponse.Builder errors(Consumer<GetRecommendationError.Builder>... errors)
An array of objects that describe errors of the request.
For example, an error is returned if you request recommendations for an unsupported Auto Scaling group.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2021. All rights reserved.