public static interface LambdaFunctionRecommendationFilter.Builder extends SdkPojo, CopyableBuilder<LambdaFunctionRecommendationFilter.Builder,LambdaFunctionRecommendationFilter>
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionRecommendationFilter.Builder |
name(LambdaFunctionRecommendationFilterName name)
The name of the filter.
|
LambdaFunctionRecommendationFilter.Builder |
name(String name)
The name of the filter.
|
LambdaFunctionRecommendationFilter.Builder |
values(Collection<String> values)
The value of the filter.
|
LambdaFunctionRecommendationFilter.Builder |
values(String... values)
The value of the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLambdaFunctionRecommendationFilter.Builder name(String name)
The name of the filter.
Specify Finding to return recommendations with a specific finding classification (e.g.,
NotOptimized).
Specify FindingReasonCode to return recommendations with a specific finding reason code (e.g.,
MemoryUnderprovisioned).
name - The name of the filter.
Specify Finding to return recommendations with a specific finding classification (e.g.,
NotOptimized).
Specify FindingReasonCode to return recommendations with a specific finding reason code
(e.g., MemoryUnderprovisioned).
LambdaFunctionRecommendationFilterName,
LambdaFunctionRecommendationFilterNameLambdaFunctionRecommendationFilter.Builder name(LambdaFunctionRecommendationFilterName name)
The name of the filter.
Specify Finding to return recommendations with a specific finding classification (e.g.,
NotOptimized).
Specify FindingReasonCode to return recommendations with a specific finding reason code (e.g.,
MemoryUnderprovisioned).
name - The name of the filter.
Specify Finding to return recommendations with a specific finding classification (e.g.,
NotOptimized).
Specify FindingReasonCode to return recommendations with a specific finding reason code
(e.g., MemoryUnderprovisioned).
LambdaFunctionRecommendationFilterName,
LambdaFunctionRecommendationFilterNameLambdaFunctionRecommendationFilter.Builder values(Collection<String> values)
The value of the filter.
The valid values for this parameter are as follows, depending on what you specify for the name
parameter:
Specify Optimized, NotOptimized, or Unavailable if you specify the
name parameter as Finding.
Specify MemoryOverprovisioned, MemoryUnderprovisioned,
InsufficientData, or Inconclusive if you specify the name parameter as
FindingReasonCode.
values - The value of the filter.
The valid values for this parameter are as follows, depending on what you specify for the
name parameter:
Specify Optimized, NotOptimized, or Unavailable if you specify
the name parameter as Finding.
Specify MemoryOverprovisioned, MemoryUnderprovisioned,
InsufficientData, or Inconclusive if you specify the name
parameter as FindingReasonCode.
LambdaFunctionRecommendationFilter.Builder values(String... values)
The value of the filter.
The valid values for this parameter are as follows, depending on what you specify for the name
parameter:
Specify Optimized, NotOptimized, or Unavailable if you specify the
name parameter as Finding.
Specify MemoryOverprovisioned, MemoryUnderprovisioned,
InsufficientData, or Inconclusive if you specify the name parameter as
FindingReasonCode.
values - The value of the filter.
The valid values for this parameter are as follows, depending on what you specify for the
name parameter:
Specify Optimized, NotOptimized, or Unavailable if you specify
the name parameter as Finding.
Specify MemoryOverprovisioned, MemoryUnderprovisioned,
InsufficientData, or Inconclusive if you specify the name
parameter as FindingReasonCode.
Copyright © 2021. All rights reserved.