Class LambdaFunctionRecommendation
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<LambdaFunctionRecommendation.Builder,- LambdaFunctionRecommendation> 
Describes an Lambda function recommendation.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe Amazon Web Services account ID of the function.builder()final IntegerThe amount of memory, in MB, that's allocated to the current function.final CurrentPerformanceRiskThe risk of the current Lambda function not meeting the performance needs of its workloads.final StringThe risk of the current Lambda function not meeting the performance needs of its workloads.Describes the effective recommendation preferences for Lambda functions.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.finding()The finding classification of the function.final StringThe finding classification of the function.The reason for the finding classification of the function.The reason for the finding classification of the function.final StringThe Amazon Resource Name (ARN) of the current function.final StringThe version number of the current function.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final booleanFor responses, this returns true if the service returned a value for the FindingReasonCodes property.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the MemorySizeRecommendationOptions property.final booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.final booleanFor responses, this returns true if the service returned a value for the UtilizationMetrics property.final InstantThe timestamp of when the function recommendation was last generated.final DoubleThe number of days for which utilization metrics were analyzed for the function.An array of objects that describe the memory configuration recommendation options for the function.final LongThe number of times your function code was applied during the look-back period.static Class<? extends LambdaFunctionRecommendation.Builder> tags()A list of tags assigned to your Lambda function recommendations.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.An array of objects that describe the utilization metrics of the function.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
functionArnThe Amazon Resource Name (ARN) of the current function. - Returns:
- The Amazon Resource Name (ARN) of the current function.
 
- 
functionVersionThe version number of the current function. - Returns:
- The version number of the current function.
 
- 
accountIdThe Amazon Web Services account ID of the function. - Returns:
- The Amazon Web Services account ID of the function.
 
- 
currentMemorySizeThe amount of memory, in MB, that's allocated to the current function. - Returns:
- The amount of memory, in MB, that's allocated to the current function.
 
- 
numberOfInvocationsThe number of times your function code was applied during the look-back period. - Returns:
- The number of times your function code was applied during the look-back period.
 
- 
hasUtilizationMetricspublic final boolean hasUtilizationMetrics()For responses, this returns true if the service returned a value for the UtilizationMetrics property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
utilizationMetricsAn array of objects that describe the utilization metrics of the function. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasUtilizationMetrics()method.- Returns:
- An array of objects that describe the utilization metrics of the function.
 
- 
lookbackPeriodInDaysThe number of days for which utilization metrics were analyzed for the function. - Returns:
- The number of days for which utilization metrics were analyzed for the function.
 
- 
lastRefreshTimestampThe timestamp of when the function recommendation was last generated. - Returns:
- The timestamp of when the function recommendation was last generated.
 
- 
findingThe 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 theMemoryUnderprovisionedandMemoryUnderprovisionedfinding 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 theInsufficientDataandInconclusivefinding reason codes.Functions with a finding of unavailable are not returned unless you specify the filterparameter with a value ofUnavailablein yourGetLambdaFunctionRecommendationsrequest.
 If the service returns an enum value that is not available in the current SDK version, findingwill returnLambdaFunctionRecommendationFinding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfindingAsString().- Returns:
- 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 theMemoryUnderprovisionedandMemoryUnderprovisionedfinding 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 theInsufficientDataandInconclusivefinding reason codes.Functions with a finding of unavailable are not returned unless you specify the filterparameter with a value ofUnavailablein yourGetLambdaFunctionRecommendationsrequest.
 
- 
         
- See Also:
 
- 
 
- 
findingAsStringThe 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 theMemoryUnderprovisionedandMemoryUnderprovisionedfinding 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 theInsufficientDataandInconclusivefinding reason codes.Functions with a finding of unavailable are not returned unless you specify the filterparameter with a value ofUnavailablein yourGetLambdaFunctionRecommendationsrequest.
 If the service returns an enum value that is not available in the current SDK version, findingwill returnLambdaFunctionRecommendationFinding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfindingAsString().- Returns:
- 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 theMemoryUnderprovisionedandMemoryUnderprovisionedfinding 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 theInsufficientDataandInconclusivefinding reason codes.Functions with a finding of unavailable are not returned unless you specify the filterparameter with a value ofUnavailablein yourGetLambdaFunctionRecommendationsrequest.
 
- 
         
- See Also:
 
- 
 
- 
findingReasonCodesThe reason for the finding classification of the function. Functions that have a finding classification of Optimizeddon'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 theNotOptimizedfinding 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 theNotOptimizedfinding 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 theUnavailablefinding 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 theUnavailablefinding classification.
 Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasFindingReasonCodes()method.- Returns:
- The reason for the finding classification of the function. Functions that have a finding classification of Optimizeddon'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 theNotOptimizedfinding 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 theNotOptimizedfinding 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 theUnavailablefinding 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 theUnavailablefinding classification.
 
- 
         
 
- 
 
- 
hasFindingReasonCodespublic final boolean hasFindingReasonCodes()For responses, this returns true if the service returned a value for the FindingReasonCodes property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
findingReasonCodesAsStringsThe reason for the finding classification of the function. Functions that have a finding classification of Optimizeddon'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 theNotOptimizedfinding 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 theNotOptimizedfinding 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 theUnavailablefinding 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 theUnavailablefinding classification.
 Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasFindingReasonCodes()method.- Returns:
- The reason for the finding classification of the function. Functions that have a finding classification of Optimizeddon'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 theNotOptimizedfinding 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 theNotOptimizedfinding 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 theUnavailablefinding 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 theUnavailablefinding classification.
 
- 
         
 
- 
 
- 
hasMemorySizeRecommendationOptionspublic final boolean hasMemorySizeRecommendationOptions()For responses, this returns true if the service returned a value for the MemorySizeRecommendationOptions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
memorySizeRecommendationOptionsAn array of objects that describe the memory configuration recommendation options for the function. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasMemorySizeRecommendationOptions()method.- Returns:
- An array of objects that describe the memory configuration recommendation options for the function.
 
- 
currentPerformanceRiskThe 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. If the service returns an enum value that is not available in the current SDK version, currentPerformanceRiskwill returnCurrentPerformanceRisk.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcurrentPerformanceRiskAsString().- Returns:
- 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.
- See Also:
 
- 
currentPerformanceRiskAsStringThe 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. If the service returns an enum value that is not available in the current SDK version, currentPerformanceRiskwill returnCurrentPerformanceRisk.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcurrentPerformanceRiskAsString().- Returns:
- 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.
- See Also:
 
- 
effectiveRecommendationPreferencesDescribes the effective recommendation preferences for Lambda functions. - Returns:
- Describes the effective recommendation preferences for Lambda functions.
 
- 
hasTagspublic final boolean hasTags()For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
tagsA list of tags assigned to your Lambda function recommendations. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasTags()method.- Returns:
- A list of tags assigned to your Lambda function recommendations.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<LambdaFunctionRecommendation.Builder,- LambdaFunctionRecommendation> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-