Class DependentPatchDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.DependentPatchDetails.Builder
-
- Enclosing class:
- DependentPatchDetails
public static class DependentPatchDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependentPatchDetails
build()
DependentPatchDetails.Builder
copy(DependentPatchDetails model)
DependentPatchDetails.Builder
id(String id)
The OCID of the resource.
-
-
-
Method Detail
-
id
public DependentPatchDetails.Builder id(String id)
The OCID of the resource.- Parameters:
id
- the value to set- Returns:
- this builder
-
build
public DependentPatchDetails build()
-
copy
public DependentPatchDetails.Builder copy(DependentPatchDetails model)
-
-