Interface LambdaFunctionRecommendation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LambdaFunctionRecommendation.Builder,
,LambdaFunctionRecommendation> SdkBuilder<LambdaFunctionRecommendation.Builder,
,LambdaFunctionRecommendation> SdkPojo
- Enclosing class:
LambdaFunctionRecommendation
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID of the function.currentMemorySize
(Integer currentMemorySize) The amount of memory, in MB, that's allocated to the current function.currentPerformanceRisk
(String currentPerformanceRisk) The risk of the current Lambda function not meeting the performance needs of its workloads.currentPerformanceRisk
(CurrentPerformanceRisk currentPerformanceRisk) The risk of the current Lambda function not meeting the performance needs of its workloads.effectiveRecommendationPreferences
(Consumer<LambdaEffectiveRecommendationPreferences.Builder> effectiveRecommendationPreferences) Describes the effective recommendation preferences for Lambda functions.effectiveRecommendationPreferences
(LambdaEffectiveRecommendationPreferences effectiveRecommendationPreferences) Describes the effective recommendation preferences for Lambda functions.The finding classification of the function.The finding classification of the function.findingReasonCodes
(Collection<LambdaFunctionRecommendationFindingReasonCode> findingReasonCodes) The reason for the finding classification of the function.findingReasonCodes
(LambdaFunctionRecommendationFindingReasonCode... findingReasonCodes) The reason for the finding classification of the function.findingReasonCodesWithStrings
(String... findingReasonCodes) The reason for the finding classification of the function.findingReasonCodesWithStrings
(Collection<String> findingReasonCodes) The reason for the finding classification of the function.functionArn
(String functionArn) The Amazon Resource Name (ARN) of the current function.functionVersion
(String functionVersion) The version number of the current function.lastRefreshTimestamp
(Instant lastRefreshTimestamp) The timestamp of when the function recommendation was last generated.lookbackPeriodInDays
(Double lookbackPeriodInDays) The number of days for which utilization metrics were analyzed for the function.memorySizeRecommendationOptions
(Collection<LambdaFunctionMemoryRecommendationOption> memorySizeRecommendationOptions) An array of objects that describe the memory configuration recommendation options for the function.memorySizeRecommendationOptions
(Consumer<LambdaFunctionMemoryRecommendationOption.Builder>... memorySizeRecommendationOptions) An array of objects that describe the memory configuration recommendation options for the function.memorySizeRecommendationOptions
(LambdaFunctionMemoryRecommendationOption... memorySizeRecommendationOptions) An array of objects that describe the memory configuration recommendation options for the function.numberOfInvocations
(Long numberOfInvocations) The number of times your function code was applied during the look-back period.tags
(Collection<Tag> tags) A list of tags assigned to your Lambda function recommendations.tags
(Consumer<Tag.Builder>... tags) A list of tags assigned to your Lambda function recommendations.A list of tags assigned to your Lambda function recommendations.utilizationMetrics
(Collection<LambdaFunctionUtilizationMetric> utilizationMetrics) An array of objects that describe the utilization metrics of the function.utilizationMetrics
(Consumer<LambdaFunctionUtilizationMetric.Builder>... utilizationMetrics) An array of objects that describe the utilization metrics of the function.utilizationMetrics
(LambdaFunctionUtilizationMetric... utilizationMetrics) An array of objects that describe the utilization metrics of the function.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
functionArn
The Amazon Resource Name (ARN) of the current function.
- Parameters:
functionArn
- The Amazon Resource Name (ARN) of the current function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functionVersion
The version number of the current function.
- Parameters:
functionVersion
- The version number of the current function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The Amazon Web Services account ID of the function.
- Parameters:
accountId
- The Amazon Web Services account ID of the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentMemorySize
The amount of memory, in MB, that's allocated to the current function.
- Parameters:
currentMemorySize
- The amount of memory, in MB, that's allocated to the current function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfInvocations
The number of times your function code was applied during the look-back period.
- Parameters:
numberOfInvocations
- The number of times your function code was applied during the look-back period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
utilizationMetrics
LambdaFunctionRecommendation.Builder utilizationMetrics(Collection<LambdaFunctionUtilizationMetric> utilizationMetrics) An array of objects that describe the utilization metrics of the function.
- Parameters:
utilizationMetrics
- An array of objects that describe the utilization metrics of the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
utilizationMetrics
LambdaFunctionRecommendation.Builder utilizationMetrics(LambdaFunctionUtilizationMetric... utilizationMetrics) An array of objects that describe the utilization metrics of the function.
- Parameters:
utilizationMetrics
- An array of objects that describe the utilization metrics of the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
utilizationMetrics
LambdaFunctionRecommendation.Builder utilizationMetrics(Consumer<LambdaFunctionUtilizationMetric.Builder>... utilizationMetrics) An array of objects that describe the utilization metrics of the function.
This is a convenience method that creates an instance of theLambdaFunctionUtilizationMetric.Builder
avoiding the need to create one manually viaLambdaFunctionUtilizationMetric.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toutilizationMetrics(List<LambdaFunctionUtilizationMetric>)
.- Parameters:
utilizationMetrics
- a consumer that will call methods onLambdaFunctionUtilizationMetric.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lookbackPeriodInDays
The number of days for which utilization metrics were analyzed for the function.
- Parameters:
lookbackPeriodInDays
- The number of days for which utilization metrics were analyzed for the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastRefreshTimestamp
The timestamp of when the function recommendation was last generated.
- Parameters:
lastRefreshTimestamp
- The timestamp of when the function recommendation was last generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finding
The finding classification of the function.
Findings for functions include:
-
Optimized
— The function is correctly provisioned to run your workload based on its current configuration and its utilization history. This finding classification does not include finding reason codes. -
NotOptimized
— The function is performing at a higher level (over-provisioned) or at a lower level (under-provisioned) than required for your workload because its current configuration is not optimal. Over-provisioned resources might lead to unnecessary infrastructure cost, and under-provisioned resources might lead to poor application performance. This finding classification can include theMemoryUnderprovisioned
andMemoryUnderprovisioned
finding reason codes. -
Unavailable
— Compute Optimizer was unable to generate a recommendation for the function. This could be because the function has not accumulated sufficient metric data, or the function does not qualify for a recommendation. This finding classification can include theInsufficientData
andInconclusive
finding reason codes.Functions with a finding of unavailable are not returned unless you specify the
filter
parameter with a value ofUnavailable
in yourGetLambdaFunctionRecommendations
request.
- Parameters:
finding
- The finding classification of the function.Findings for functions include:
-
Optimized
— The function is correctly provisioned to run your workload based on its current configuration and its utilization history. This finding classification does not include finding reason codes. -
NotOptimized
— The function is performing at a higher level (over-provisioned) or at a lower level (under-provisioned) than required for your workload because its current configuration is not optimal. Over-provisioned resources might lead to unnecessary infrastructure cost, and under-provisioned resources might lead to poor application performance. This finding classification can include theMemoryUnderprovisioned
andMemoryUnderprovisioned
finding reason codes. -
Unavailable
— Compute Optimizer was unable to generate a recommendation for the function. This could be because the function has not accumulated sufficient metric data, or the function does not qualify for a recommendation. This finding classification can include theInsufficientData
andInconclusive
finding reason codes.Functions with a finding of unavailable are not returned unless you specify the
filter
parameter with a value ofUnavailable
in yourGetLambdaFunctionRecommendations
request.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
finding
The finding classification of the function.
Findings for functions include:
-
Optimized
— The function is correctly provisioned to run your workload based on its current configuration and its utilization history. This finding classification does not include finding reason codes. -
NotOptimized
— The function is performing at a higher level (over-provisioned) or at a lower level (under-provisioned) than required for your workload because its current configuration is not optimal. Over-provisioned resources might lead to unnecessary infrastructure cost, and under-provisioned resources might lead to poor application performance. This finding classification can include theMemoryUnderprovisioned
andMemoryUnderprovisioned
finding reason codes. -
Unavailable
— Compute Optimizer was unable to generate a recommendation for the function. This could be because the function has not accumulated sufficient metric data, or the function does not qualify for a recommendation. This finding classification can include theInsufficientData
andInconclusive
finding reason codes.Functions with a finding of unavailable are not returned unless you specify the
filter
parameter with a value ofUnavailable
in yourGetLambdaFunctionRecommendations
request.
- Parameters:
finding
- The finding classification of the function.Findings for functions include:
-
Optimized
— The function is correctly provisioned to run your workload based on its current configuration and its utilization history. This finding classification does not include finding reason codes. -
NotOptimized
— The function is performing at a higher level (over-provisioned) or at a lower level (under-provisioned) than required for your workload because its current configuration is not optimal. Over-provisioned resources might lead to unnecessary infrastructure cost, and under-provisioned resources might lead to poor application performance. This finding classification can include theMemoryUnderprovisioned
andMemoryUnderprovisioned
finding reason codes. -
Unavailable
— Compute Optimizer was unable to generate a recommendation for the function. This could be because the function has not accumulated sufficient metric data, or the function does not qualify for a recommendation. This finding classification can include theInsufficientData
andInconclusive
finding reason codes.Functions with a finding of unavailable are not returned unless you specify the
filter
parameter with a value ofUnavailable
in yourGetLambdaFunctionRecommendations
request.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
findingReasonCodesWithStrings
LambdaFunctionRecommendation.Builder findingReasonCodesWithStrings(Collection<String> findingReasonCodes) The reason for the finding classification of the function.
Functions that have a finding classification of
Optimized
don't have a finding reason code.Finding reason codes for functions include:
-
MemoryOverprovisioned
— The function is over-provisioned when its memory configuration can be sized down while still meeting the performance requirements of your workload. An over-provisioned function might lead to unnecessary infrastructure cost. This finding reason code is part of theNotOptimized
finding classification. -
MemoryUnderprovisioned
— The function is under-provisioned when its memory configuration doesn't meet the performance requirements of the workload. An under-provisioned function might lead to poor application performance. This finding reason code is part of theNotOptimized
finding classification. -
InsufficientData
— The function does not have sufficient metric data for Compute Optimizer to generate a recommendation. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide. This finding reason code is part of theUnavailable
finding classification. -
Inconclusive
— The function does not qualify for a recommendation because Compute Optimizer cannot generate a recommendation with a high degree of confidence. This finding reason code is part of theUnavailable
finding classification.
- Parameters:
findingReasonCodes
- The reason for the finding classification of the function.Functions that have a finding classification of
Optimized
don't have a finding reason code.Finding reason codes for functions include:
-
MemoryOverprovisioned
— The function is over-provisioned when its memory configuration can be sized down while still meeting the performance requirements of your workload. An over-provisioned function might lead to unnecessary infrastructure cost. This finding reason code is part of theNotOptimized
finding classification. -
MemoryUnderprovisioned
— The function is under-provisioned when its memory configuration doesn't meet the performance requirements of the workload. An under-provisioned function might lead to poor application performance. This finding reason code is part of theNotOptimized
finding classification. -
InsufficientData
— The function does not have sufficient metric data for Compute Optimizer to generate a recommendation. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide. This finding reason code is part of theUnavailable
finding classification. -
Inconclusive
— The function does not qualify for a recommendation because Compute Optimizer cannot generate a recommendation with a high degree of confidence. This finding reason code is part of theUnavailable
finding classification.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
findingReasonCodesWithStrings
The reason for the finding classification of the function.
Functions that have a finding classification of
Optimized
don't have a finding reason code.Finding reason codes for functions include:
-
MemoryOverprovisioned
— The function is over-provisioned when its memory configuration can be sized down while still meeting the performance requirements of your workload. An over-provisioned function might lead to unnecessary infrastructure cost. This finding reason code is part of theNotOptimized
finding classification. -
MemoryUnderprovisioned
— The function is under-provisioned when its memory configuration doesn't meet the performance requirements of the workload. An under-provisioned function might lead to poor application performance. This finding reason code is part of theNotOptimized
finding classification. -
InsufficientData
— The function does not have sufficient metric data for Compute Optimizer to generate a recommendation. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide. This finding reason code is part of theUnavailable
finding classification. -
Inconclusive
— The function does not qualify for a recommendation because Compute Optimizer cannot generate a recommendation with a high degree of confidence. This finding reason code is part of theUnavailable
finding classification.
- Parameters:
findingReasonCodes
- The reason for the finding classification of the function.Functions that have a finding classification of
Optimized
don't have a finding reason code.Finding reason codes for functions include:
-
MemoryOverprovisioned
— The function is over-provisioned when its memory configuration can be sized down while still meeting the performance requirements of your workload. An over-provisioned function might lead to unnecessary infrastructure cost. This finding reason code is part of theNotOptimized
finding classification. -
MemoryUnderprovisioned
— The function is under-provisioned when its memory configuration doesn't meet the performance requirements of the workload. An under-provisioned function might lead to poor application performance. This finding reason code is part of theNotOptimized
finding classification. -
InsufficientData
— The function does not have sufficient metric data for Compute Optimizer to generate a recommendation. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide. This finding reason code is part of theUnavailable
finding classification. -
Inconclusive
— The function does not qualify for a recommendation because Compute Optimizer cannot generate a recommendation with a high degree of confidence. This finding reason code is part of theUnavailable
finding classification.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
findingReasonCodes
LambdaFunctionRecommendation.Builder findingReasonCodes(Collection<LambdaFunctionRecommendationFindingReasonCode> findingReasonCodes) The reason for the finding classification of the function.
Functions that have a finding classification of
Optimized
don't have a finding reason code.Finding reason codes for functions include:
-
MemoryOverprovisioned
— The function is over-provisioned when its memory configuration can be sized down while still meeting the performance requirements of your workload. An over-provisioned function might lead to unnecessary infrastructure cost. This finding reason code is part of theNotOptimized
finding classification. -
MemoryUnderprovisioned
— The function is under-provisioned when its memory configuration doesn't meet the performance requirements of the workload. An under-provisioned function might lead to poor application performance. This finding reason code is part of theNotOptimized
finding classification. -
InsufficientData
— The function does not have sufficient metric data for Compute Optimizer to generate a recommendation. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide. This finding reason code is part of theUnavailable
finding classification. -
Inconclusive
— The function does not qualify for a recommendation because Compute Optimizer cannot generate a recommendation with a high degree of confidence. This finding reason code is part of theUnavailable
finding classification.
- Parameters:
findingReasonCodes
- The reason for the finding classification of the function.Functions that have a finding classification of
Optimized
don't have a finding reason code.Finding reason codes for functions include:
-
MemoryOverprovisioned
— The function is over-provisioned when its memory configuration can be sized down while still meeting the performance requirements of your workload. An over-provisioned function might lead to unnecessary infrastructure cost. This finding reason code is part of theNotOptimized
finding classification. -
MemoryUnderprovisioned
— The function is under-provisioned when its memory configuration doesn't meet the performance requirements of the workload. An under-provisioned function might lead to poor application performance. This finding reason code is part of theNotOptimized
finding classification. -
InsufficientData
— The function does not have sufficient metric data for Compute Optimizer to generate a recommendation. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide. This finding reason code is part of theUnavailable
finding classification. -
Inconclusive
— The function does not qualify for a recommendation because Compute Optimizer cannot generate a recommendation with a high degree of confidence. This finding reason code is part of theUnavailable
finding classification.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
findingReasonCodes
LambdaFunctionRecommendation.Builder findingReasonCodes(LambdaFunctionRecommendationFindingReasonCode... findingReasonCodes) The reason for the finding classification of the function.
Functions that have a finding classification of
Optimized
don't have a finding reason code.Finding reason codes for functions include:
-
MemoryOverprovisioned
— The function is over-provisioned when its memory configuration can be sized down while still meeting the performance requirements of your workload. An over-provisioned function might lead to unnecessary infrastructure cost. This finding reason code is part of theNotOptimized
finding classification. -
MemoryUnderprovisioned
— The function is under-provisioned when its memory configuration doesn't meet the performance requirements of the workload. An under-provisioned function might lead to poor application performance. This finding reason code is part of theNotOptimized
finding classification. -
InsufficientData
— The function does not have sufficient metric data for Compute Optimizer to generate a recommendation. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide. This finding reason code is part of theUnavailable
finding classification. -
Inconclusive
— The function does not qualify for a recommendation because Compute Optimizer cannot generate a recommendation with a high degree of confidence. This finding reason code is part of theUnavailable
finding classification.
- Parameters:
findingReasonCodes
- The reason for the finding classification of the function.Functions that have a finding classification of
Optimized
don't have a finding reason code.Finding reason codes for functions include:
-
MemoryOverprovisioned
— The function is over-provisioned when its memory configuration can be sized down while still meeting the performance requirements of your workload. An over-provisioned function might lead to unnecessary infrastructure cost. This finding reason code is part of theNotOptimized
finding classification. -
MemoryUnderprovisioned
— The function is under-provisioned when its memory configuration doesn't meet the performance requirements of the workload. An under-provisioned function might lead to poor application performance. This finding reason code is part of theNotOptimized
finding classification. -
InsufficientData
— The function does not have sufficient metric data for Compute Optimizer to generate a recommendation. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide. This finding reason code is part of theUnavailable
finding classification. -
Inconclusive
— The function does not qualify for a recommendation because Compute Optimizer cannot generate a recommendation with a high degree of confidence. This finding reason code is part of theUnavailable
finding classification.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
memorySizeRecommendationOptions
LambdaFunctionRecommendation.Builder memorySizeRecommendationOptions(Collection<LambdaFunctionMemoryRecommendationOption> memorySizeRecommendationOptions) An array of objects that describe the memory configuration recommendation options for the function.
- Parameters:
memorySizeRecommendationOptions
- An array of objects that describe the memory configuration recommendation options for the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memorySizeRecommendationOptions
LambdaFunctionRecommendation.Builder memorySizeRecommendationOptions(LambdaFunctionMemoryRecommendationOption... memorySizeRecommendationOptions) An array of objects that describe the memory configuration recommendation options for the function.
- Parameters:
memorySizeRecommendationOptions
- An array of objects that describe the memory configuration recommendation options for the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memorySizeRecommendationOptions
LambdaFunctionRecommendation.Builder memorySizeRecommendationOptions(Consumer<LambdaFunctionMemoryRecommendationOption.Builder>... memorySizeRecommendationOptions) An array of objects that describe the memory configuration recommendation options for the function.
This is a convenience method that creates an instance of theLambdaFunctionMemoryRecommendationOption.Builder
avoiding the need to create one manually viaLambdaFunctionMemoryRecommendationOption.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomemorySizeRecommendationOptions(List<LambdaFunctionMemoryRecommendationOption>)
.- Parameters:
memorySizeRecommendationOptions
- a consumer that will call methods onLambdaFunctionMemoryRecommendationOption.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currentPerformanceRisk
The risk of the current Lambda function not meeting the performance needs of its workloads. The higher the risk, the more likely the current Lambda function requires more memory.
- Parameters:
currentPerformanceRisk
- The risk of the current Lambda function not meeting the performance needs of its workloads. The higher the risk, the more likely the current Lambda function requires more memory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currentPerformanceRisk
LambdaFunctionRecommendation.Builder currentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk) The risk of the current Lambda function not meeting the performance needs of its workloads. The higher the risk, the more likely the current Lambda function requires more memory.
- Parameters:
currentPerformanceRisk
- The risk of the current Lambda function not meeting the performance needs of its workloads. The higher the risk, the more likely the current Lambda function requires more memory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
effectiveRecommendationPreferences
LambdaFunctionRecommendation.Builder effectiveRecommendationPreferences(LambdaEffectiveRecommendationPreferences effectiveRecommendationPreferences) Describes the effective recommendation preferences for Lambda functions.
- Parameters:
effectiveRecommendationPreferences
- Describes the effective recommendation preferences for Lambda functions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveRecommendationPreferences
default LambdaFunctionRecommendation.Builder effectiveRecommendationPreferences(Consumer<LambdaEffectiveRecommendationPreferences.Builder> effectiveRecommendationPreferences) Describes the effective recommendation preferences for Lambda functions.
This is a convenience method that creates an instance of theLambdaEffectiveRecommendationPreferences.Builder
avoiding the need to create one manually viaLambdaEffectiveRecommendationPreferences.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toeffectiveRecommendationPreferences(LambdaEffectiveRecommendationPreferences)
.- Parameters:
effectiveRecommendationPreferences
- a consumer that will call methods onLambdaEffectiveRecommendationPreferences.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
A list of tags assigned to your Lambda function recommendations.
- Parameters:
tags
- A list of tags assigned to your Lambda function recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags assigned to your Lambda function recommendations.
- Parameters:
tags
- A list of tags assigned to your Lambda function recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags assigned to your Lambda function recommendations.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-