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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchModelOperationbuild()PatchModelOperation.Buildercopy(PatchModelOperation model)PatchModelOperation.Builderoperation(PatchModelOperation.Operation operation)The value of the parameter to be updated.PatchModelOperation.Builderpath(String path)The parameter of the resource to be changed.PatchModelOperation.Buildervalue(String value)The value of the parameter to be updated.
 
- 
- 
- 
Method Detail- 
pathpublic PatchModelOperation.Builder path(String path) The parameter of the resource to be changed.- Parameters:
- path- the value to set
- Returns:
- this builder
 
 - 
valuepublic PatchModelOperation.Builder value(String value) The value of the parameter to be updated.- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
operationpublic PatchModelOperation.Builder operation(PatchModelOperation.Operation operation) The value of the parameter to be updated.- Parameters:
- operation- the value to set
- Returns:
- this builder
 
 - 
buildpublic PatchModelOperation build() 
 - 
copypublic PatchModelOperation.Builder copy(PatchModelOperation model) 
 
- 
 
-