Package com.oracle.bmc.psql.model
Class InsightLimits.Builder
- java.lang.Object
-
- com.oracle.bmc.psql.model.InsightLimits.Builder
-
- Enclosing class:
- InsightLimits
public static class InsightLimits.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightLimitsbuild()InsightLimits.Buildercopy(InsightLimits model)InsightLimits.BuildermaxRows(Integer maxRows)Maximum number of rows returned.InsightLimits.BuildermaxTimeRangeDays(Integer maxTimeRangeDays)Maximum allowed time range in days.
-
-
-
Method Detail
-
maxTimeRangeDays
public InsightLimits.Builder maxTimeRangeDays(Integer maxTimeRangeDays)
Maximum allowed time range in days.- Parameters:
maxTimeRangeDays- the value to set- Returns:
- this builder
-
maxRows
public InsightLimits.Builder maxRows(Integer maxRows)
Maximum number of rows returned.- Parameters:
maxRows- the value to set- Returns:
- this builder
-
build
public InsightLimits build()
-
copy
public InsightLimits.Builder copy(InsightLimits model)
-
-