Package com.oracle.bmc.aidocument.model
Class PatchModelOperation.Builder
- java.lang.Object
-
- com.oracle.bmc.aidocument.model.PatchModelOperation.Builder
-
- Enclosing class:
- PatchModelOperation
public static class PatchModelOperation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchModelOperation
build()
PatchModelOperation.Builder
copy(PatchModelOperation model)
PatchModelOperation.Builder
operation(PatchModelOperation.Operation operation)
The value of the parameter to be updated.PatchModelOperation.Builder
path(String path)
The parameter of the resource to be changed.PatchModelOperation.Builder
value(String value)
The value of the parameter to be updated.
-
-
-
Method Detail
-
path
public PatchModelOperation.Builder path(String path)
The parameter of the resource to be changed.- Parameters:
path
- the value to set- Returns:
- this builder
-
value
public PatchModelOperation.Builder value(String value)
The value of the parameter to be updated.- Parameters:
value
- the value to set- Returns:
- this builder
-
operation
public PatchModelOperation.Builder operation(PatchModelOperation.Operation operation)
The value of the parameter to be updated.- Parameters:
operation
- the value to set- Returns:
- this builder
-
build
public PatchModelOperation build()
-
copy
public PatchModelOperation.Builder copy(PatchModelOperation model)
-
-