Package com.oracle.bmc.psql.model
Class PatchMoveInstruction.Builder
- java.lang.Object
-
- com.oracle.bmc.psql.model.PatchMoveInstruction.Builder
-
- Enclosing class:
- PatchMoveInstruction
public static class PatchMoveInstruction.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchMoveInstruction
build()
PatchMoveInstruction.Builder
copy(PatchMoveInstruction model)
PatchMoveInstruction.Builder
from(String from)
The selection that is to be moved, with the same format and semantics as selection.PatchMoveInstruction.Builder
position(PatchMoveInstruction.Position position)
Where to insert the value in an array, relative to the first item in the selection.PatchMoveInstruction.Builder
selection(String selection)
-
-
-
Method Detail
-
selection
public PatchMoveInstruction.Builder selection(String selection)
-
from
public PatchMoveInstruction.Builder from(String from)
The selection that is to be moved, with the same format and semantics as selection.- Parameters:
from
- the value to set- Returns:
- this builder
-
position
public PatchMoveInstruction.Builder position(PatchMoveInstruction.Position position)
Where to insert the value in an array, relative to the first item in the selection.If there is no such item, then “BEFORE” specifies insertion at the first position in an array and “AFTER” specifies insertion at the last position. If the first item in the selection is not the child of an array, then this field has no effect.
- Parameters:
position
- the value to set- Returns:
- this builder
-
build
public PatchMoveInstruction build()
-
copy
public PatchMoveInstruction.Builder copy(PatchMoveInstruction model)
-
-