@Generated(value="software.amazon.awssdk:codegen") public final class LambdaFunctionRecommendation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LambdaFunctionRecommendation.Builder,LambdaFunctionRecommendation>
Describes an AWS Lambda function recommendation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LambdaFunctionRecommendation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The AWS account ID of the function.
|
static LambdaFunctionRecommendation.Builder |
builder() |
Integer |
currentMemorySize()
The amount of memory, in MB, that's allocated to the current function.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
LambdaFunctionRecommendationFinding |
finding()
The finding classification of the function.
|
String |
findingAsString()
The finding classification of the function.
|
List<LambdaFunctionRecommendationFindingReasonCode> |
findingReasonCodes()
The reason for the finding classification of the function.
|
List<String> |
findingReasonCodesAsStrings()
The reason for the finding classification of the function.
|
String |
functionArn()
The Amazon Resource Name (ARN) of the current function.
|
String |
functionVersion()
The version number of the current function.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFindingReasonCodes()
Returns true if the FindingReasonCodes property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasMemorySizeRecommendationOptions()
Returns true if the MemorySizeRecommendationOptions property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
boolean |
hasUtilizationMetrics()
Returns true if the UtilizationMetrics property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
Instant |
lastRefreshTimestamp()
The time stamp of when the function recommendation was last refreshed.
|
Double |
lookbackPeriodInDays()
The number of days for which utilization metrics were analyzed for the function.
|
List<LambdaFunctionMemoryRecommendationOption> |
memorySizeRecommendationOptions()
An array of objects that describe the memory configuration recommendation options for the function.
|
Long |
numberOfInvocations()
The number of times your function code was executed during the look-back period.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LambdaFunctionRecommendation.Builder> |
serializableBuilderClass() |
LambdaFunctionRecommendation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<LambdaFunctionUtilizationMetric> |
utilizationMetrics()
An array of objects that describe the utilization metrics of the function.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String functionArn()
The Amazon Resource Name (ARN) of the current function.
public final String functionVersion()
The version number of the current function.
public final String accountId()
The AWS account ID of the function.
public final Integer currentMemorySize()
The amount of memory, in MB, that's allocated to the current function.
public final Long numberOfInvocations()
The number of times your function code was executed during the look-back period.
public final boolean hasUtilizationMetrics()
public final List<LambdaFunctionUtilizationMetric> utilizationMetrics()
An 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.
You can use hasUtilizationMetrics() to see if a value was sent in this field.
public final Double lookbackPeriodInDays()
The number of days for which utilization metrics were analyzed for the function.
public final Instant lastRefreshTimestamp()
The time stamp of when the function recommendation was last refreshed.
public final LambdaFunctionRecommendationFinding 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 the
MemoryUnderprovisioned and MemoryUnderprovisioned 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 the InsufficientData and
Inconclusive finding reason codes.
Functions with a finding of unavailable are not returned unless you specify the filter parameter
with a value of Unavailable in your GetLambdaFunctionRecommendations request.
If the service returns an enum value that is not available in the current SDK version, finding will
return LambdaFunctionRecommendationFinding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from findingAsString().
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 the MemoryUnderprovisioned and MemoryUnderprovisioned 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 the
InsufficientData and Inconclusive finding reason codes.
Functions with a finding of unavailable are not returned unless you specify the filter
parameter with a value of Unavailable in your GetLambdaFunctionRecommendations
request.
LambdaFunctionRecommendationFindingpublic final String findingAsString()
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 the
MemoryUnderprovisioned and MemoryUnderprovisioned 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 the InsufficientData and
Inconclusive finding reason codes.
Functions with a finding of unavailable are not returned unless you specify the filter parameter
with a value of Unavailable in your GetLambdaFunctionRecommendations request.
If the service returns an enum value that is not available in the current SDK version, finding will
return LambdaFunctionRecommendationFinding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from findingAsString().
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 the MemoryUnderprovisioned and MemoryUnderprovisioned 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 the
InsufficientData and Inconclusive finding reason codes.
Functions with a finding of unavailable are not returned unless you specify the filter
parameter with a value of Unavailable in your GetLambdaFunctionRecommendations
request.
LambdaFunctionRecommendationFindingpublic final List<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 the NotOptimized
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 the NotOptimized 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 AWS Compute Optimizer User Guide. This finding reason code is part of the
Unavailable 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 the
Unavailable finding classification.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFindingReasonCodes() to see if a value was sent in this field.
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 the NotOptimized 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 the
NotOptimized 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 AWS Compute Optimizer User Guide. This finding reason code is part of the
Unavailable 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 the Unavailable finding classification.
public final boolean hasFindingReasonCodes()
public final List<String> findingReasonCodesAsStrings()
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 the NotOptimized
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 the NotOptimized 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 AWS Compute Optimizer User Guide. This finding reason code is part of the
Unavailable 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 the
Unavailable finding classification.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFindingReasonCodes() to see if a value was sent in this field.
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 the NotOptimized 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 the
NotOptimized 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 AWS Compute Optimizer User Guide. This finding reason code is part of the
Unavailable 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 the Unavailable finding classification.
public final boolean hasMemorySizeRecommendationOptions()
public final List<LambdaFunctionMemoryRecommendationOption> memorySizeRecommendationOptions()
An 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.
You can use hasMemorySizeRecommendationOptions() to see if a value was sent in this field.
public LambdaFunctionRecommendation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LambdaFunctionRecommendation.Builder,LambdaFunctionRecommendation>public static LambdaFunctionRecommendation.Builder builder()
public static Class<? extends LambdaFunctionRecommendation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.