Interface LambdaFunctionMemoryProjectedMetric.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LambdaFunctionMemoryProjectedMetric.Builder,,LambdaFunctionMemoryProjectedMetric> SdkBuilder<LambdaFunctionMemoryProjectedMetric.Builder,,LambdaFunctionMemoryProjectedMetric> SdkPojo
- Enclosing class:
 LambdaFunctionMemoryProjectedMetric
public static interface LambdaFunctionMemoryProjectedMetric.Builder
extends SdkPojo, CopyableBuilder<LambdaFunctionMemoryProjectedMetric.Builder,LambdaFunctionMemoryProjectedMetric> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the projected utilization metric.The name of the projected utilization metric.The statistic of the projected utilization metric.statistic(LambdaFunctionMemoryMetricStatistic statistic) The statistic of the projected utilization metric.The values of the projected utilization metrics.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, sdkFields 
- 
Method Details
- 
name
The name of the projected utilization metric.
- Parameters:
 name- The name of the projected utilization metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
name
The name of the projected utilization metric.
- Parameters:
 name- The name of the projected utilization metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statistic
The statistic of the projected utilization metric.
- Parameters:
 statistic- The statistic of the projected utilization metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statistic
LambdaFunctionMemoryProjectedMetric.Builder statistic(LambdaFunctionMemoryMetricStatistic statistic) The statistic of the projected utilization metric.
- Parameters:
 statistic- The statistic of the projected utilization metric.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
value
The values of the projected utilization metrics.
- Parameters:
 value- The values of the projected utilization metrics.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -