Interface MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.977Z") @Stability(Stable) public interface MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange.Builderstatic classMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange.Jsii$ProxyAn implementation forMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange.Builderbuilder()default NumbergetMax()max value for the range (inclusive).default NumbergetMin()Min value for the range (inclusive).
-
-
-
Method Detail
-
getMax
@Stability(Stable) @Nullable default Number getMax()
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}
-
getMin
@Stability(Stable) @Nullable default Number getMin()
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}
-
builder
@Stability(Stable) static MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCutRange.Builder builder()
-
-