public static class SqlInsightThresholds.Builder extends Object
Modifier and Type | Method and Description |
---|---|
SqlInsightThresholds |
build() |
SqlInsightThresholds.Builder |
copy(SqlInsightThresholds o) |
SqlInsightThresholds.Builder |
degradationInPct(Integer degradationInPct) |
SqlInsightThresholds.Builder |
improvedInPct(Integer improvedInPct) |
SqlInsightThresholds.Builder |
increaseInCPUInPct(Integer increaseInCPUInPct) |
SqlInsightThresholds.Builder |
increaseInInefficientWaitInPct(Integer increaseInInefficientWaitInPct) |
SqlInsightThresholds.Builder |
increaseInIOInPct(Integer increaseInIOInPct) |
SqlInsightThresholds.Builder |
inefficiencyInPct(Integer inefficiencyInPct) |
String |
toString() |
SqlInsightThresholds.Builder |
variability(Float variability) |
public SqlInsightThresholds.Builder degradationInPct(Integer degradationInPct)
public SqlInsightThresholds.Builder variability(Float variability)
public SqlInsightThresholds.Builder inefficiencyInPct(Integer inefficiencyInPct)
public SqlInsightThresholds.Builder increaseInIOInPct(Integer increaseInIOInPct)
public SqlInsightThresholds.Builder increaseInCPUInPct(Integer increaseInCPUInPct)
public SqlInsightThresholds.Builder increaseInInefficientWaitInPct(Integer increaseInInefficientWaitInPct)
public SqlInsightThresholds.Builder improvedInPct(Integer improvedInPct)
public SqlInsightThresholds build()
public SqlInsightThresholds.Builder copy(SqlInsightThresholds o)
Copyright © 2016–2022. All rights reserved.