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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LambdaFunctionMemoryProjectedMetric.Buildername(String name)The name of the projected utilization metric.LambdaFunctionMemoryProjectedMetric.Buildername(LambdaFunctionMemoryMetricName name)The name of the projected utilization metric.LambdaFunctionMemoryProjectedMetric.Builderstatistic(String statistic)The statistic of the projected utilization metric.LambdaFunctionMemoryProjectedMetric.Builderstatistic(LambdaFunctionMemoryMetricStatistic statistic)The statistic of the projected utilization metric.LambdaFunctionMemoryProjectedMetric.Buildervalue(Double value)The values of the projected utilization metrics.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
LambdaFunctionMemoryProjectedMetric.Builder name(String 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:
LambdaFunctionMemoryMetricName,LambdaFunctionMemoryMetricName
-
name
LambdaFunctionMemoryProjectedMetric.Builder name(LambdaFunctionMemoryMetricName 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:
LambdaFunctionMemoryMetricName,LambdaFunctionMemoryMetricName
-
statistic
LambdaFunctionMemoryProjectedMetric.Builder statistic(String 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:
LambdaFunctionMemoryMetricStatistic,LambdaFunctionMemoryMetricStatistic
-
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:
LambdaFunctionMemoryMetricStatistic,LambdaFunctionMemoryMetricStatistic
-
value
LambdaFunctionMemoryProjectedMetric.Builder value(Double 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.
-
-