Package com.oracle.bmc.psql.model
Class InsightDataContract.Builder
- java.lang.Object
-
- com.oracle.bmc.psql.model.InsightDataContract.Builder
-
- Enclosing class:
- InsightDataContract
public static class InsightDataContract.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightDataContractbuild()InsightDataContract.Buildercopy(InsightDataContract model)InsightDataContract.Builderkind(InsightDataContract.Kind kind)Indicates the structure of the insight data payload.InsightDataContract.Builderunit(String unit)Optional unit associated with numeric values.
-
-
-
Method Detail
-
kind
public InsightDataContract.Builder kind(InsightDataContract.Kind kind)
Indicates the structure of the insight data payload.- Parameters:
kind- the value to set- Returns:
- this builder
-
unit
public InsightDataContract.Builder unit(String unit)
Optional unit associated with numeric values.- Parameters:
unit- the value to set- Returns:
- this builder
-
build
public InsightDataContract build()
-
copy
public InsightDataContract.Builder copy(InsightDataContract model)
-
-