Package com.oracle.bmc.psql.model
Class PatchReplaceInstruction.Builder
- java.lang.Object
-
- com.oracle.bmc.psql.model.PatchReplaceInstruction.Builder
-
- Enclosing class:
- PatchReplaceInstruction
public static class PatchReplaceInstruction.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchReplaceInstruction
build()
PatchReplaceInstruction.Builder
copy(PatchReplaceInstruction model)
PatchReplaceInstruction.Builder
selection(String selection)
PatchReplaceInstruction.Builder
value(Object value)
A value to be added into the target.
-
-
-
Method Detail
-
selection
public PatchReplaceInstruction.Builder selection(String selection)
-
value
public PatchReplaceInstruction.Builder value(Object value)
A value to be added into the target.- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public PatchReplaceInstruction build()
-
copy
public PatchReplaceInstruction.Builder copy(PatchReplaceInstruction model)
-
-