Class MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.monitoring_slo.MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance>
- Enclosing interface:
- MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance
@Stability(Stable) public static final class MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builder extends Object implements software.amazon.jsii.Builder<MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformancebuild()Builds the configured instance.MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance.BuilderdistributionCut(MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCut distributionCut)MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance.BuildergoodTotalRatio(MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio goodTotalRatio)
-
-
-
Method Detail
-
distributionCut
@Stability(Stable) public MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builder distributionCut(MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCut distributionCut)
Sets the value ofMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance.getDistributionCut()- Parameters:
distributionCut- distribution_cut block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#distribution_cut MonitoringSlo#distribution_cut}- Returns:
this
-
goodTotalRatio
@Stability(Stable) public MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builder goodTotalRatio(MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio goodTotalRatio)
Sets the value ofMonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance.getGoodTotalRatio()- Parameters:
goodTotalRatio- good_total_ratio block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#good_total_ratio MonitoringSlo#good_total_ratio}- Returns:
this
-
build
@Stability(Stable) public MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance>- Returns:
- a new instance of
MonitoringSloWindowsBasedSliGoodTotalRatioThresholdPerformance - Throws:
NullPointerException- if any required attribute was not provided
-
-