public static interface ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder,ListSavingsPlansPurchaseRecommendationGenerationResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder |
generationSummaryList(Collection<GenerationSummary> generationSummaryList)
The list of historical recommendation generations.
|
ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder |
generationSummaryList(Consumer<GenerationSummary.Builder>... generationSummaryList)
The list of historical recommendation generations.
|
ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder |
generationSummaryList(GenerationSummary... generationSummaryList)
The list of historical recommendation generations.
|
ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder |
nextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSavingsPlansPurchaseRecommendationGenerationResponse.Builder generationSummaryList(Collection<GenerationSummary> generationSummaryList)
The list of historical recommendation generations.
generationSummaryList - The list of historical recommendation generations.ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder generationSummaryList(GenerationSummary... generationSummaryList)
The list of historical recommendation generations.
generationSummaryList - The list of historical recommendation generations.ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder generationSummaryList(Consumer<GenerationSummary.Builder>... generationSummaryList)
The list of historical recommendation generations.
This is a convenience method that creates an instance of theGenerationSummary.Builder avoiding the need to
create one manually via
GenerationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #generationSummaryList(List.
generationSummaryList - a consumer that will call methods on
GenerationSummary.Builder#generationSummaryList(java.util.Collection) ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder nextPageToken(String nextPageToken)
The token to retrieve the next set of results.
nextPageToken - The token to retrieve the next set of results.Copyright © 2023. All rights reserved.