Interface ECSServiceProjectedMetric.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ECSServiceProjectedMetric.Builder,,ECSServiceProjectedMetric> SdkBuilder<ECSServiceProjectedMetric.Builder,,ECSServiceProjectedMetric> SdkPojo
- Enclosing class:
 ECSServiceProjectedMetric
- 
Method Summary
Modifier and TypeMethodDescriptionlowerBoundValues(Double... lowerBoundValues) The lower bound values for the projected metric.lowerBoundValues(Collection<Double> lowerBoundValues) The lower bound values for the projected metric.The name of the projected metric.name(ECSServiceMetricName name) The name of the projected metric.timestamps(Instant... timestamps) The timestamps of the projected metric.timestamps(Collection<Instant> timestamps) The timestamps of the projected metric.upperBoundValues(Double... upperBoundValues) The upper bound values for the projected metric.upperBoundValues(Collection<Double> upperBoundValues) The upper bound values for the projected metric.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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. 
- Parameters:
 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. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
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. 
- Parameters:
 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. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
timestamps
The timestamps of the projected metric.
- Parameters:
 timestamps- The timestamps of the projected metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
timestamps
The timestamps of the projected metric.
- Parameters:
 timestamps- The timestamps of the projected metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
upperBoundValues
The upper bound values for the projected metric.
- Parameters:
 upperBoundValues- The upper bound values for the projected metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
upperBoundValues
The upper bound values for the projected metric.
- Parameters:
 upperBoundValues- The upper bound values for the projected metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lowerBoundValues
The lower bound values for the projected metric.
- Parameters:
 lowerBoundValues- The lower bound values for the projected metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lowerBoundValues
The lower bound values for the projected metric.
- Parameters:
 lowerBoundValues- The lower bound values for the projected metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -