Class PatchExternalDbSystemDiscoveryDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.PatchExternalDbSystemDiscoveryDetails.Builder
-
- Enclosing class:
- PatchExternalDbSystemDiscoveryDetails
public static class PatchExternalDbSystemDiscoveryDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchExternalDbSystemDiscoveryDetails
build()
PatchExternalDbSystemDiscoveryDetails.Builder
copy(PatchExternalDbSystemDiscoveryDetails model)
PatchExternalDbSystemDiscoveryDetails.Builder
items(List<PatchInstruction> items)
A sequence of instructions to apply to the resource.
-
-
-
Method Detail
-
items
public PatchExternalDbSystemDiscoveryDetails.Builder items(List<PatchInstruction> items)
A sequence of instructions to apply to the resource.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public PatchExternalDbSystemDiscoveryDetails build()
-
copy
public PatchExternalDbSystemDiscoveryDetails.Builder copy(PatchExternalDbSystemDiscoveryDetails model)
-
-