Package com.oracle.bmc.budget.model
Class RootCauseDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.budget.model.RootCauseDetail.Builder
-
- Enclosing class:
- RootCauseDetail
public static class RootCauseDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RootCauseDetailbuild()RootCauseDetail.Buildercopy(RootCauseDetail model)RootCauseDetail.Buildervalue(Object value)The json object representing the root cause details of the anomaly event.
-
-
-
Method Detail
-
value
public RootCauseDetail.Builder value(Object value)
The json object representing the root cause details of the anomaly event.- Parameters:
value- the value to set- Returns:
- this builder
-
build
public RootCauseDetail build()
-
copy
public RootCauseDetail.Builder copy(RootCauseDetail model)
-
-