public static interface LambdaFunctionMemoryRecommendationOption.Builder extends SdkPojo, CopyableBuilder<LambdaFunctionMemoryRecommendationOption.Builder,LambdaFunctionMemoryRecommendationOption>
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionMemoryRecommendationOption.Builder |
memorySize(Integer memorySize)
The memory size, in MB, of the function recommendation option.
|
LambdaFunctionMemoryRecommendationOption.Builder |
projectedUtilizationMetrics(Collection<LambdaFunctionMemoryProjectedMetric> projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the function recommendation option.
|
LambdaFunctionMemoryRecommendationOption.Builder |
projectedUtilizationMetrics(Consumer<LambdaFunctionMemoryProjectedMetric.Builder>... projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the function recommendation option.
|
LambdaFunctionMemoryRecommendationOption.Builder |
projectedUtilizationMetrics(LambdaFunctionMemoryProjectedMetric... projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the function recommendation option.
|
LambdaFunctionMemoryRecommendationOption.Builder |
rank(Integer rank)
The rank of the function recommendation option.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLambdaFunctionMemoryRecommendationOption.Builder rank(Integer rank)
The rank of the function recommendation option.
The top recommendation option is ranked as 1.
rank - The rank of the function recommendation option.
The top recommendation option is ranked as 1.
LambdaFunctionMemoryRecommendationOption.Builder memorySize(Integer memorySize)
The memory size, in MB, of the function recommendation option.
memorySize - The memory size, in MB, of the function recommendation option.LambdaFunctionMemoryRecommendationOption.Builder projectedUtilizationMetrics(Collection<LambdaFunctionMemoryProjectedMetric> projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the function recommendation option.
projectedUtilizationMetrics - An array of objects that describe the projected utilization metrics of the function recommendation
option.LambdaFunctionMemoryRecommendationOption.Builder projectedUtilizationMetrics(LambdaFunctionMemoryProjectedMetric... projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the function recommendation option.
projectedUtilizationMetrics - An array of objects that describe the projected utilization metrics of the function recommendation
option.LambdaFunctionMemoryRecommendationOption.Builder projectedUtilizationMetrics(Consumer<LambdaFunctionMemoryProjectedMetric.Builder>... projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the function recommendation option.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #projectedUtilizationMetrics(List) .projectedUtilizationMetrics - a consumer that will call methods on List.Builder #projectedUtilizationMetrics(List) Copyright © 2021. All rights reserved.