Interface ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder,ListSavingsPlansPurchaseRecommendationGenerationResponse>,CostExplorerResponse.Builder,SdkBuilder<ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder,ListSavingsPlansPurchaseRecommendationGenerationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListSavingsPlansPurchaseRecommendationGenerationResponse
public static interface ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder,ListSavingsPlansPurchaseRecommendationGenerationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSavingsPlansPurchaseRecommendationGenerationResponse.BuildergenerationSummaryList(Collection<GenerationSummary> generationSummaryList)The list of historical recommendation generations.ListSavingsPlansPurchaseRecommendationGenerationResponse.BuildergenerationSummaryList(Consumer<GenerationSummary.Builder>... generationSummaryList)The list of historical recommendation generations.ListSavingsPlansPurchaseRecommendationGenerationResponse.BuildergenerationSummaryList(GenerationSummary... generationSummaryList)The list of historical recommendation generations.ListSavingsPlansPurchaseRecommendationGenerationResponse.BuildernextPageToken(String nextPageToken)The token to retrieve the next set of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.costexplorer.model.CostExplorerResponse.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 Detail
-
generationSummaryList
ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder generationSummaryList(Collection<GenerationSummary> generationSummaryList)
The list of historical recommendation generations.
- Parameters:
generationSummaryList- The list of historical recommendation generations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generationSummaryList
ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder generationSummaryList(GenerationSummary... generationSummaryList)
The list of historical recommendation generations.
- Parameters:
generationSummaryList- The list of historical recommendation generations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generationSummaryList
ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder generationSummaryList(Consumer<GenerationSummary.Builder>... generationSummaryList)
The list of historical recommendation generations.
This is a convenience method that creates an instance of theGenerationSummary.Builderavoiding the need to create one manually viaGenerationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#generationSummaryList(List.) - Parameters:
generationSummaryList- a consumer that will call methods onGenerationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#generationSummaryList(java.util.Collection)
-
nextPageToken
ListSavingsPlansPurchaseRecommendationGenerationResponse.Builder nextPageToken(String nextPageToken)
The token to retrieve the next set of results.
- Parameters:
nextPageToken- The token to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-