Package com.oracle.bmc.devops.model
Class PatchRequireInstruction.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.PatchRequireInstruction.Builder
-
- Enclosing class:
- PatchRequireInstruction
public static class PatchRequireInstruction.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchRequireInstruction
build()
PatchRequireInstruction.Builder
copy(PatchRequireInstruction model)
PatchRequireInstruction.Builder
selection(String selection)
PatchRequireInstruction.Builder
value(Object value)
A value to be compared against each item of the selection.
-
-
-
Method Detail
-
selection
public PatchRequireInstruction.Builder selection(String selection)
-
value
public PatchRequireInstruction.Builder value(Object value)
A value to be compared against each item of the selection.If this value is an object, then it matches any item that would be unaffected by applying this value as a merge operation. Otherwise, it matches any item to which it is equal according to the rules of JSON Schema.
- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public PatchRequireInstruction build()
-
copy
public PatchRequireInstruction.Builder copy(PatchRequireInstruction model)
-
-