public static interface GetLicenseRecommendationsResponse.Builder extends ComputeOptimizerResponse.Builder, SdkPojo, CopyableBuilder<GetLicenseRecommendationsResponse.Builder,GetLicenseRecommendationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetLicenseRecommendationsResponse.Builder |
errors(Collection<GetRecommendationError> errors)
An array of objects that describe errors of the request.
|
GetLicenseRecommendationsResponse.Builder |
errors(Consumer<GetRecommendationError.Builder>... errors)
An array of objects that describe errors of the request.
|
GetLicenseRecommendationsResponse.Builder |
errors(GetRecommendationError... errors)
An array of objects that describe errors of the request.
|
GetLicenseRecommendationsResponse.Builder |
licenseRecommendations(Collection<LicenseRecommendation> licenseRecommendations)
An array of objects that describe license recommendations.
|
GetLicenseRecommendationsResponse.Builder |
licenseRecommendations(Consumer<LicenseRecommendation.Builder>... licenseRecommendations)
An array of objects that describe license recommendations.
|
GetLicenseRecommendationsResponse.Builder |
licenseRecommendations(LicenseRecommendation... licenseRecommendations)
An array of objects that describe license recommendations.
|
GetLicenseRecommendationsResponse.Builder |
nextToken(String nextToken)
The token to use to advance to the next page of license recommendations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLicenseRecommendationsResponse.Builder nextToken(String nextToken)
The token to use to advance to the next page of license recommendations.
nextToken - The token to use to advance to the next page of license recommendations.GetLicenseRecommendationsResponse.Builder licenseRecommendations(Collection<LicenseRecommendation> licenseRecommendations)
An array of objects that describe license recommendations.
licenseRecommendations - An array of objects that describe license recommendations.GetLicenseRecommendationsResponse.Builder licenseRecommendations(LicenseRecommendation... licenseRecommendations)
An array of objects that describe license recommendations.
licenseRecommendations - An array of objects that describe license recommendations.GetLicenseRecommendationsResponse.Builder licenseRecommendations(Consumer<LicenseRecommendation.Builder>... licenseRecommendations)
An array of objects that describe license recommendations.
This is a convenience method that creates an instance of theLicenseRecommendation.Builder avoiding the
need to create one manually via
LicenseRecommendation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #licenseRecommendations(List.
licenseRecommendations - a consumer that will call methods on
LicenseRecommendation.Builder#licenseRecommendations(java.util.Collection) GetLicenseRecommendationsResponse.Builder errors(Collection<GetRecommendationError> errors)
An array of objects that describe errors of the request.
errors - An array of objects that describe errors of the request.GetLicenseRecommendationsResponse.Builder errors(GetRecommendationError... errors)
An array of objects that describe errors of the request.
errors - An array of objects that describe errors of the request.GetLicenseRecommendationsResponse.Builder errors(Consumer<GetRecommendationError.Builder>... errors)
An array of objects that describe errors of the request.
This is a convenience method that creates an instance of theGetRecommendationError.Builder avoiding the
need to create one manually via
GetRecommendationError.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
GetRecommendationError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.