static LambdaFunctionMemoryRecommendationOption.Builder |
LambdaFunctionMemoryRecommendationOption.builder() |
|
LambdaFunctionMemoryRecommendationOption.Builder |
LambdaFunctionMemoryRecommendationOption.Builder.memorySize(Integer memorySize) |
The memory size, in MB, of the function recommendation option.
|
LambdaFunctionMemoryRecommendationOption.Builder |
LambdaFunctionMemoryRecommendationOption.Builder.projectedUtilizationMetrics(Collection<LambdaFunctionMemoryProjectedMetric> projectedUtilizationMetrics) |
An array of objects that describe the projected utilization metrics of the function recommendation option.
|
LambdaFunctionMemoryRecommendationOption.Builder |
LambdaFunctionMemoryRecommendationOption.Builder.projectedUtilizationMetrics(Consumer<LambdaFunctionMemoryProjectedMetric.Builder>... projectedUtilizationMetrics) |
An array of objects that describe the projected utilization metrics of the function recommendation option.
|
LambdaFunctionMemoryRecommendationOption.Builder |
LambdaFunctionMemoryRecommendationOption.Builder.projectedUtilizationMetrics(LambdaFunctionMemoryProjectedMetric... projectedUtilizationMetrics) |
An array of objects that describe the projected utilization metrics of the function recommendation option.
|
LambdaFunctionMemoryRecommendationOption.Builder |
LambdaFunctionMemoryRecommendationOption.Builder.rank(Integer rank) |
The rank of the function recommendation option.
|
default LambdaFunctionMemoryRecommendationOption.Builder |
LambdaFunctionMemoryRecommendationOption.Builder.savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity) |
An object that describes the savings opportunity for the Lambda function recommendation option.
|
LambdaFunctionMemoryRecommendationOption.Builder |
LambdaFunctionMemoryRecommendationOption.Builder.savingsOpportunity(SavingsOpportunity savingsOpportunity) |
An object that describes the savings opportunity for the Lambda function recommendation option.
|
default LambdaFunctionMemoryRecommendationOption.Builder |
LambdaFunctionMemoryRecommendationOption.Builder.savingsOpportunityAfterDiscounts(Consumer<LambdaSavingsOpportunityAfterDiscounts.Builder> savingsOpportunityAfterDiscounts) |
An object that describes the savings opportunity for the Lambda recommendation option which includes Saving
Plans discounts.
|
LambdaFunctionMemoryRecommendationOption.Builder |
LambdaFunctionMemoryRecommendationOption.Builder.savingsOpportunityAfterDiscounts(LambdaSavingsOpportunityAfterDiscounts savingsOpportunityAfterDiscounts) |
An object that describes the savings opportunity for the Lambda recommendation option which includes Saving
Plans discounts.
|
LambdaFunctionMemoryRecommendationOption.Builder |
LambdaFunctionMemoryRecommendationOption.toBuilder() |
|