Class SloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builder
- java.lang.Object
-
- com.pulumi.gcp.monitoring.outputs.SloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builder
-
- Enclosing class:
- SloWindowsBasedSliGoodTotalRatioThresholdPerformance
public static final class SloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(SloWindowsBasedSliGoodTotalRatioThresholdPerformance defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SloWindowsBasedSliGoodTotalRatioThresholdPerformance
build()
SloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builder
distributionCut(SloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCut distributionCut)
SloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builder
goodTotalRatio(SloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio goodTotalRatio)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(SloWindowsBasedSliGoodTotalRatioThresholdPerformance defaults)
-
-
Method Detail
-
distributionCut
public SloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builder distributionCut(@Nullable SloWindowsBasedSliGoodTotalRatioThresholdPerformanceDistributionCut distributionCut)
-
goodTotalRatio
public SloWindowsBasedSliGoodTotalRatioThresholdPerformance.Builder goodTotalRatio(@Nullable SloWindowsBasedSliGoodTotalRatioThresholdPerformanceGoodTotalRatio goodTotalRatio)
-
build
public SloWindowsBasedSliGoodTotalRatioThresholdPerformance build()
-
-