Class MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.monitoring_slo.MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange>
- Enclosing interface:
- MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange
@Stability(Stable) public static final class MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange.Builder extends Object implements software.amazon.jsii.Builder<MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRangebuild()Builds the configured instance.MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange.Buildermax(Number max)MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange.Buildermin(Number min)
-
-
-
Method Detail
-
max
@Stability(Stable) public MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange.Builder max(Number max)
Sets the value ofMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange.getMax()- Parameters:
max- max value for the range (inclusive). If not given, will be set to 0. 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 MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange.Builder min(Number min)
Sets the value ofMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange.getMin()- Parameters:
min- Min value for the range (inclusive). If not given, will be set to 0. 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 MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange>- Returns:
- a new instance of
MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange - Throws:
NullPointerException- if any required attribute was not provided
-
-