@Generated(value="software.amazon.awssdk:codegen") public final class ECSServiceRecommendation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ECSServiceRecommendation.Builder,ECSServiceRecommendation>
Describes an Amazon ECS service recommendation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ECSServiceRecommendation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Web Services account ID of the Amazon ECS service.
|
static ECSServiceRecommendation.Builder |
builder() |
CurrentPerformanceRisk |
currentPerformanceRisk()
The risk of the current Amazon ECS service not meeting the performance needs of its workloads.
|
String |
currentPerformanceRiskAsString()
The risk of the current Amazon ECS service not meeting the performance needs of its workloads.
|
ServiceConfiguration |
currentServiceConfiguration()
The configuration of the current Amazon ECS service.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ECSServiceRecommendationFinding |
finding()
The finding classification of an Amazon ECS service.
|
String |
findingAsString()
The finding classification of an Amazon ECS service.
|
List<ECSServiceRecommendationFindingReasonCode> |
findingReasonCodes()
The reason for the finding classification of an Amazon ECS service.
|
List<String> |
findingReasonCodesAsStrings()
The reason for the finding classification of an Amazon ECS service.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFindingReasonCodes()
For responses, this returns true if the service returned a value for the FindingReasonCodes property.
|
int |
hashCode() |
boolean |
hasServiceRecommendationOptions()
For responses, this returns true if the service returned a value for the ServiceRecommendationOptions property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
boolean |
hasUtilizationMetrics()
For responses, this returns true if the service returned a value for the UtilizationMetrics property.
|
Instant |
lastRefreshTimestamp()
The timestamp of when the Amazon ECS service recommendation was last generated.
|
ECSServiceLaunchType |
launchType()
The launch type the Amazon ECS service is using.
|
String |
launchTypeAsString()
The launch type the Amazon ECS service is using.
|
Double |
lookbackPeriodInDays()
The number of days the Amazon ECS service utilization metrics were analyzed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ECSServiceRecommendation.Builder> |
serializableBuilderClass() |
String |
serviceArn()
The Amazon Resource Name (ARN) of the current Amazon ECS service.
|
List<ECSServiceRecommendationOption> |
serviceRecommendationOptions()
An array of objects that describe the recommendation options for the Amazon ECS service.
|
List<Tag> |
tags()
A list of tags assigned to your Amazon ECS service recommendations.
|
ECSServiceRecommendation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<ECSServiceUtilizationMetric> |
utilizationMetrics()
An array of objects that describe the utilization metrics of the Amazon ECS service.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceArn()
The Amazon Resource Name (ARN) of the current Amazon ECS service.
The following is the format of the ARN:
arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name
The following is the format of the ARN:
arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name
public final String accountId()
The Amazon Web Services account ID of the Amazon ECS service.
public final ServiceConfiguration currentServiceConfiguration()
The configuration of the current Amazon ECS service.
public final boolean hasUtilizationMetrics()
isEmpty() 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.public final List<ECSServiceUtilizationMetric> utilizationMetrics()
An array of objects that describe the utilization metrics of the Amazon ECS service.
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.
public final Double lookbackPeriodInDays()
The number of days the Amazon ECS service utilization metrics were analyzed.
public final ECSServiceLaunchType launchType()
The launch type the Amazon ECS service is using.
Compute Optimizer only supports the Fargate launch type.
If the service returns an enum value that is not available in the current SDK version, launchType will
return ECSServiceLaunchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from launchTypeAsString().
Compute Optimizer only supports the Fargate launch type.
ECSServiceLaunchTypepublic final String launchTypeAsString()
The launch type the Amazon ECS service is using.
Compute Optimizer only supports the Fargate launch type.
If the service returns an enum value that is not available in the current SDK version, launchType will
return ECSServiceLaunchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from launchTypeAsString().
Compute Optimizer only supports the Fargate launch type.
ECSServiceLaunchTypepublic final Instant lastRefreshTimestamp()
The timestamp of when the Amazon ECS service recommendation was last generated.
public final ECSServiceRecommendationFinding finding()
The finding classification of an Amazon ECS service.
Findings for Amazon ECS services include:
Underprovisioned — When Compute Optimizer detects that there’s not enough memory or CPU, an
Amazon ECS service is considered under-provisioned. An under-provisioned service might result in poor application
performance.
Overprovisioned — When Compute Optimizer detects that there’s excessive memory or CPU, an
Amazon ECS service is considered over-provisioned. An over-provisioned service might result in additional
infrastructure costs.
Optimized — When both the CPU and memory of your Amazon ECS service meet the performance
requirements of your workload, the service is considered optimized.
If the service returns an enum value that is not available in the current SDK version, finding will
return ECSServiceRecommendationFinding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from findingAsString().
Findings for Amazon ECS services include:
Underprovisioned — When Compute Optimizer detects that there’s not enough memory or
CPU, an Amazon ECS service is considered under-provisioned. An under-provisioned service might result in
poor application performance.
Overprovisioned — When Compute Optimizer detects that there’s excessive memory or
CPU, an Amazon ECS service is considered over-provisioned. An over-provisioned service might result in
additional infrastructure costs.
Optimized — When both the CPU and memory of your Amazon ECS service meet the
performance requirements of your workload, the service is considered optimized.
ECSServiceRecommendationFindingpublic final String findingAsString()
The finding classification of an Amazon ECS service.
Findings for Amazon ECS services include:
Underprovisioned — When Compute Optimizer detects that there’s not enough memory or CPU, an
Amazon ECS service is considered under-provisioned. An under-provisioned service might result in poor application
performance.
Overprovisioned — When Compute Optimizer detects that there’s excessive memory or CPU, an
Amazon ECS service is considered over-provisioned. An over-provisioned service might result in additional
infrastructure costs.
Optimized — When both the CPU and memory of your Amazon ECS service meet the performance
requirements of your workload, the service is considered optimized.
If the service returns an enum value that is not available in the current SDK version, finding will
return ECSServiceRecommendationFinding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from findingAsString().
Findings for Amazon ECS services include:
Underprovisioned — When Compute Optimizer detects that there’s not enough memory or
CPU, an Amazon ECS service is considered under-provisioned. An under-provisioned service might result in
poor application performance.
Overprovisioned — When Compute Optimizer detects that there’s excessive memory or
CPU, an Amazon ECS service is considered over-provisioned. An over-provisioned service might result in
additional infrastructure costs.
Optimized — When both the CPU and memory of your Amazon ECS service meet the
performance requirements of your workload, the service is considered optimized.
ECSServiceRecommendationFindingpublic final List<ECSServiceRecommendationFindingReasonCode> findingReasonCodes()
The reason for the finding classification of an Amazon ECS service.
Finding reason codes for Amazon ECS services include:
CPUUnderprovisioned — The service CPU configuration can be sized up to enhance the
performance of your workload. This is identified by analyzing the CPUUtilization metric of the
current service during the look-back period.
CPUOverprovisioned — The service CPU configuration can be sized down while still meeting
the performance requirements of your workload. This is identified by analyzing the CPUUtilization
metric of the current service during the look-back period.
MemoryUnderprovisioned — The service memory configuration can be sized up to enhance the
performance of your workload. This is identified by analyzing the MemoryUtilization metric of the
current service during the look-back period.
MemoryOverprovisioned — The service memory configuration can be sized down while still
meeting the performance requirements of your workload. This is identified by analyzing the
MemoryUtilization metric of the current service during the look-back period.
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.
Finding reason codes for Amazon ECS services include:
CPUUnderprovisioned — The service CPU configuration can be sized up to enhance the
performance of your workload. This is identified by analyzing the CPUUtilization metric of
the current service during the look-back period.
CPUOverprovisioned — The service CPU configuration can be sized down while still
meeting the performance requirements of your workload. This is identified by analyzing the
CPUUtilization metric of the current service during the look-back period.
MemoryUnderprovisioned — The service memory configuration can be sized up to
enhance the performance of your workload. This is identified by analyzing the
MemoryUtilization metric of the current service during the look-back period.
MemoryOverprovisioned — The service memory configuration can be sized down while
still meeting the performance requirements of your workload. This is identified by analyzing the
MemoryUtilization metric of the current service during the look-back period.
public final boolean hasFindingReasonCodes()
isEmpty() 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.public final List<String> findingReasonCodesAsStrings()
The reason for the finding classification of an Amazon ECS service.
Finding reason codes for Amazon ECS services include:
CPUUnderprovisioned — The service CPU configuration can be sized up to enhance the
performance of your workload. This is identified by analyzing the CPUUtilization metric of the
current service during the look-back period.
CPUOverprovisioned — The service CPU configuration can be sized down while still meeting
the performance requirements of your workload. This is identified by analyzing the CPUUtilization
metric of the current service during the look-back period.
MemoryUnderprovisioned — The service memory configuration can be sized up to enhance the
performance of your workload. This is identified by analyzing the MemoryUtilization metric of the
current service during the look-back period.
MemoryOverprovisioned — The service memory configuration can be sized down while still
meeting the performance requirements of your workload. This is identified by analyzing the
MemoryUtilization metric of the current service during the look-back period.
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.
Finding reason codes for Amazon ECS services include:
CPUUnderprovisioned — The service CPU configuration can be sized up to enhance the
performance of your workload. This is identified by analyzing the CPUUtilization metric of
the current service during the look-back period.
CPUOverprovisioned — The service CPU configuration can be sized down while still
meeting the performance requirements of your workload. This is identified by analyzing the
CPUUtilization metric of the current service during the look-back period.
MemoryUnderprovisioned — The service memory configuration can be sized up to
enhance the performance of your workload. This is identified by analyzing the
MemoryUtilization metric of the current service during the look-back period.
MemoryOverprovisioned — The service memory configuration can be sized down while
still meeting the performance requirements of your workload. This is identified by analyzing the
MemoryUtilization metric of the current service during the look-back period.
public final boolean hasServiceRecommendationOptions()
isEmpty() 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.public final List<ECSServiceRecommendationOption> serviceRecommendationOptions()
An array of objects that describe the recommendation options for the Amazon ECS service.
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 hasServiceRecommendationOptions() method.
public final CurrentPerformanceRisk currentPerformanceRisk()
The risk of the current Amazon ECS service not meeting the performance needs of its workloads. The higher the risk, the more likely the current service can't meet the performance requirements of its workload.
If the service returns an enum value that is not available in the current SDK version,
currentPerformanceRisk will return CurrentPerformanceRisk.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from currentPerformanceRiskAsString().
CurrentPerformanceRiskpublic final String currentPerformanceRiskAsString()
The risk of the current Amazon ECS service not meeting the performance needs of its workloads. The higher the risk, the more likely the current service can't meet the performance requirements of its workload.
If the service returns an enum value that is not available in the current SDK version,
currentPerformanceRisk will return CurrentPerformanceRisk.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from currentPerformanceRiskAsString().
CurrentPerformanceRiskpublic final boolean hasTags()
isEmpty() 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.public final List<Tag> tags()
A list of tags assigned to your Amazon ECS service 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.
public ECSServiceRecommendation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ECSServiceRecommendation.Builder,ECSServiceRecommendation>public static ECSServiceRecommendation.Builder builder()
public static Class<? extends ECSServiceRecommendation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.