Package com.oracle.bmc.opsi.model
Class ResourceInsightProjectedUtilization.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.ResourceInsightProjectedUtilization.Builder
-
- Enclosing class:
- ResourceInsightProjectedUtilization
public static class ResourceInsightProjectedUtilization.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceInsightProjectedUtilization
build()
ResourceInsightProjectedUtilization.Builder
copy(ResourceInsightProjectedUtilization model)
ResourceInsightProjectedUtilization.Builder
high(List<ResourceInsightProjectedUtilizationItem> high)
List of db ids with high usageResourceInsightProjectedUtilization.Builder
low(List<ResourceInsightProjectedUtilizationItem> low)
List of db ids with low usage
-
-
-
Method Detail
-
low
public ResourceInsightProjectedUtilization.Builder low(List<ResourceInsightProjectedUtilizationItem> low)
List of db ids with low usage- Parameters:
low
- the value to set- Returns:
- this builder
-
high
public ResourceInsightProjectedUtilization.Builder high(List<ResourceInsightProjectedUtilizationItem> high)
List of db ids with high usage- Parameters:
high
- the value to set- Returns:
- this builder
-
build
public ResourceInsightProjectedUtilization build()
-
copy
public ResourceInsightProjectedUtilization.Builder copy(ResourceInsightProjectedUtilization model)
-
-