Class MonitoringSloWindowsBasedSliMetricMeanInRangeRange.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.monitoring_slo.MonitoringSloWindowsBasedSliMetricMeanInRangeRange.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MonitoringSloWindowsBasedSliMetricMeanInRangeRange>
- Enclosing interface:
- MonitoringSloWindowsBasedSliMetricMeanInRangeRange
@Stability(Stable) public static final class MonitoringSloWindowsBasedSliMetricMeanInRangeRange.Builder extends Object implements software.amazon.jsii.Builder<MonitoringSloWindowsBasedSliMetricMeanInRangeRange>
A builder forMonitoringSloWindowsBasedSliMetricMeanInRangeRange
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitoringSloWindowsBasedSliMetricMeanInRangeRangebuild()Builds the configured instance.MonitoringSloWindowsBasedSliMetricMeanInRangeRange.Buildermax(Number max)Sets the value ofMonitoringSloWindowsBasedSliMetricMeanInRangeRange.getMax()MonitoringSloWindowsBasedSliMetricMeanInRangeRange.Buildermin(Number min)Sets the value ofMonitoringSloWindowsBasedSliMetricMeanInRangeRange.getMin()
-
-
-
Method Detail
-
max
@Stability(Stable) public MonitoringSloWindowsBasedSliMetricMeanInRangeRange.Builder max(Number max)
Sets the value ofMonitoringSloWindowsBasedSliMetricMeanInRangeRange.getMax()- Parameters:
max- max value for the range (inclusive). If not given, will be set to "infinity", defining an open range ">= range.min". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#max MonitoringSlo#max}- Returns:
this
-
min
@Stability(Stable) public MonitoringSloWindowsBasedSliMetricMeanInRangeRange.Builder min(Number min)
Sets the value ofMonitoringSloWindowsBasedSliMetricMeanInRangeRange.getMin()- Parameters:
min- Min value for the range (inclusive). If not given, will be set to "-infinity", defining an open range "< range.max". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#min MonitoringSlo#min}- Returns:
this
-
build
@Stability(Stable) public MonitoringSloWindowsBasedSliMetricMeanInRangeRange build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MonitoringSloWindowsBasedSliMetricMeanInRangeRange>- Returns:
- a new instance of
MonitoringSloWindowsBasedSliMetricMeanInRangeRange - Throws:
NullPointerException- if any required attribute was not provided
-
-