Class MonitoringSloWindowsBasedSliMetricSumInRangeRange.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.monitoring_slo.MonitoringSloWindowsBasedSliMetricSumInRangeRange.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MonitoringSloWindowsBasedSliMetricSumInRangeRange>
- Enclosing interface:
- MonitoringSloWindowsBasedSliMetricSumInRangeRange
@Stability(Stable) public static final class MonitoringSloWindowsBasedSliMetricSumInRangeRange.Builder extends Object implements software.amazon.jsii.Builder<MonitoringSloWindowsBasedSliMetricSumInRangeRange>
A builder forMonitoringSloWindowsBasedSliMetricSumInRangeRange
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitoringSloWindowsBasedSliMetricSumInRangeRangebuild()Builds the configured instance.MonitoringSloWindowsBasedSliMetricSumInRangeRange.Buildermax(Number max)Sets the value ofMonitoringSloWindowsBasedSliMetricSumInRangeRange.getMax()MonitoringSloWindowsBasedSliMetricSumInRangeRange.Buildermin(Number min)Sets the value ofMonitoringSloWindowsBasedSliMetricSumInRangeRange.getMin()
-
-
-
Method Detail
-
max
@Stability(Stable) public MonitoringSloWindowsBasedSliMetricSumInRangeRange.Builder max(Number max)
Sets the value ofMonitoringSloWindowsBasedSliMetricSumInRangeRange.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 MonitoringSloWindowsBasedSliMetricSumInRangeRange.Builder min(Number min)
Sets the value ofMonitoringSloWindowsBasedSliMetricSumInRangeRange.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 MonitoringSloWindowsBasedSliMetricSumInRangeRange build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MonitoringSloWindowsBasedSliMetricSumInRangeRange>- Returns:
- a new instance of
MonitoringSloWindowsBasedSliMetricSumInRangeRange - Throws:
NullPointerException- if any required attribute was not provided
-
-