public static interface ProjectedMetric.Builder extends SdkPojo, CopyableBuilder<ProjectedMetric.Builder,ProjectedMetric>
| Modifier and Type | Method and Description |
|---|---|
ProjectedMetric.Builder |
name(MetricName name)
The name of the projected utilization metric.
|
ProjectedMetric.Builder |
name(String name)
The name of the projected utilization metric.
|
ProjectedMetric.Builder |
timestamps(Collection<Instant> timestamps)
The timestamps of the projected utilization metric.
|
ProjectedMetric.Builder |
timestamps(Instant... timestamps)
The timestamps of the projected utilization metric.
|
ProjectedMetric.Builder |
values(Collection<Double> values)
The values of the projected utilization metrics.
|
ProjectedMetric.Builder |
values(Double... values)
The values of the projected utilization metrics.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectedMetric.Builder name(String name)
The name of the projected utilization metric.
The following projected utilization metrics are returned:
Cpu - The projected percentage of allocated EC2 compute units that would be in use on the
recommendation option had you used that resource during the analyzed period. This metric identifies the
processing power required to run an application on the recommendation option.
Depending on the instance type, tools in your operating system can show a lower percentage than CloudWatch when the instance is not allocated a full processor core.
Units: Percent
Memory - The percentage of memory that would be in use on the recommendation option had you used
that resource during the analyzed period. This metric identifies the amount of memory required to run an
application on the recommendation option.
Units: Percent
The Memory metric is returned only for resources that have the unified CloudWatch agent
installed on them. For more information, see Enabling Memory
Utilization with the CloudWatch Agent.
name - The name of the projected utilization metric.
The following projected utilization metrics are returned:
Cpu - The projected percentage of allocated EC2 compute units that would be in use on the
recommendation option had you used that resource during the analyzed period. This metric identifies
the processing power required to run an application on the recommendation option.
Depending on the instance type, tools in your operating system can show a lower percentage than CloudWatch when the instance is not allocated a full processor core.
Units: Percent
Memory - The percentage of memory that would be in use on the recommendation option had
you used that resource during the analyzed period. This metric identifies the amount of memory
required to run an application on the recommendation option.
Units: Percent
The Memory metric is returned only for resources that have the unified CloudWatch agent
installed on them. For more information, see Enabling Memory
Utilization with the CloudWatch Agent.
MetricName,
MetricNameProjectedMetric.Builder name(MetricName name)
The name of the projected utilization metric.
The following projected utilization metrics are returned:
Cpu - The projected percentage of allocated EC2 compute units that would be in use on the
recommendation option had you used that resource during the analyzed period. This metric identifies the
processing power required to run an application on the recommendation option.
Depending on the instance type, tools in your operating system can show a lower percentage than CloudWatch when the instance is not allocated a full processor core.
Units: Percent
Memory - The percentage of memory that would be in use on the recommendation option had you used
that resource during the analyzed period. This metric identifies the amount of memory required to run an
application on the recommendation option.
Units: Percent
The Memory metric is returned only for resources that have the unified CloudWatch agent
installed on them. For more information, see Enabling Memory
Utilization with the CloudWatch Agent.
name - The name of the projected utilization metric.
The following projected utilization metrics are returned:
Cpu - The projected percentage of allocated EC2 compute units that would be in use on the
recommendation option had you used that resource during the analyzed period. This metric identifies
the processing power required to run an application on the recommendation option.
Depending on the instance type, tools in your operating system can show a lower percentage than CloudWatch when the instance is not allocated a full processor core.
Units: Percent
Memory - The percentage of memory that would be in use on the recommendation option had
you used that resource during the analyzed period. This metric identifies the amount of memory
required to run an application on the recommendation option.
Units: Percent
The Memory metric is returned only for resources that have the unified CloudWatch agent
installed on them. For more information, see Enabling Memory
Utilization with the CloudWatch Agent.
MetricName,
MetricNameProjectedMetric.Builder timestamps(Collection<Instant> timestamps)
The timestamps of the projected utilization metric.
timestamps - The timestamps of the projected utilization metric.ProjectedMetric.Builder timestamps(Instant... timestamps)
The timestamps of the projected utilization metric.
timestamps - The timestamps of the projected utilization metric.ProjectedMetric.Builder values(Collection<Double> values)
The values of the projected utilization metrics.
values - The values of the projected utilization metrics.ProjectedMetric.Builder values(Double... values)
The values of the projected utilization metrics.
values - The values of the projected utilization metrics.Copyright © 2023. All rights reserved.