public static interface ECSServiceProjectedMetric.Builder extends SdkPojo, CopyableBuilder<ECSServiceProjectedMetric.Builder,ECSServiceProjectedMetric>
| Modifier and Type | Method and Description |
|---|---|
ECSServiceProjectedMetric.Builder |
lowerBoundValues(Collection<Double> lowerBoundValues)
The lower bound values for the projected metric.
|
ECSServiceProjectedMetric.Builder |
lowerBoundValues(Double... lowerBoundValues)
The lower bound values for the projected metric.
|
ECSServiceProjectedMetric.Builder |
name(ECSServiceMetricName name)
The name of the projected metric.
|
ECSServiceProjectedMetric.Builder |
name(String name)
The name of the projected metric.
|
ECSServiceProjectedMetric.Builder |
timestamps(Collection<Instant> timestamps)
The timestamps of the projected metric.
|
ECSServiceProjectedMetric.Builder |
timestamps(Instant... timestamps)
The timestamps of the projected metric.
|
ECSServiceProjectedMetric.Builder |
upperBoundValues(Collection<Double> upperBoundValues)
The upper bound values for the projected metric.
|
ECSServiceProjectedMetric.Builder |
upperBoundValues(Double... upperBoundValues)
The upper bound values for the projected metric.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildECSServiceProjectedMetric.Builder name(String name)
The name of the projected metric.
The following metrics are available:
Cpu — The percentage of allocated compute units that are currently in use on the service tasks.
Memory — The percentage of memory that's currently in use on the service tasks.
name - The name of the projected metric.
The following metrics are available:
Cpu — The percentage of allocated compute units that are currently in use on the service
tasks.
Memory — The percentage of memory that's currently in use on the service tasks.
ECSServiceMetricName,
ECSServiceMetricNameECSServiceProjectedMetric.Builder name(ECSServiceMetricName name)
The name of the projected metric.
The following metrics are available:
Cpu — The percentage of allocated compute units that are currently in use on the service tasks.
Memory — The percentage of memory that's currently in use on the service tasks.
name - The name of the projected metric.
The following metrics are available:
Cpu — The percentage of allocated compute units that are currently in use on the service
tasks.
Memory — The percentage of memory that's currently in use on the service tasks.
ECSServiceMetricName,
ECSServiceMetricNameECSServiceProjectedMetric.Builder timestamps(Collection<Instant> timestamps)
The timestamps of the projected metric.
timestamps - The timestamps of the projected metric.ECSServiceProjectedMetric.Builder timestamps(Instant... timestamps)
The timestamps of the projected metric.
timestamps - The timestamps of the projected metric.ECSServiceProjectedMetric.Builder upperBoundValues(Collection<Double> upperBoundValues)
The upper bound values for the projected metric.
upperBoundValues - The upper bound values for the projected metric.ECSServiceProjectedMetric.Builder upperBoundValues(Double... upperBoundValues)
The upper bound values for the projected metric.
upperBoundValues - The upper bound values for the projected metric.ECSServiceProjectedMetric.Builder lowerBoundValues(Collection<Double> lowerBoundValues)
The lower bound values for the projected metric.
lowerBoundValues - The lower bound values for the projected metric.ECSServiceProjectedMetric.Builder lowerBoundValues(Double... lowerBoundValues)
The lower bound values for the projected metric.
lowerBoundValues - The lower bound values for the projected metric.Copyright © 2023. All rights reserved.