Class DetachSoftwareSourcesFromProfileDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.DetachSoftwareSourcesFromProfileDetails.Builder
-
- Enclosing class:
- DetachSoftwareSourcesFromProfileDetails
public static class DetachSoftwareSourcesFromProfileDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetachSoftwareSourcesFromProfileDetails
build()
DetachSoftwareSourcesFromProfileDetails.Builder
copy(DetachSoftwareSourcesFromProfileDetails model)
DetachSoftwareSourcesFromProfileDetails.Builder
softwareSources(List<String> softwareSources)
List of software source OCIDs to detach from the profile.
-
-
-
Method Detail
-
softwareSources
public DetachSoftwareSourcesFromProfileDetails.Builder softwareSources(List<String> softwareSources)
List of software source OCIDs to detach from the profile.- Parameters:
softwareSources
- the value to set- Returns:
- this builder
-
build
public DetachSoftwareSourcesFromProfileDetails build()
-
copy
public DetachSoftwareSourcesFromProfileDetails.Builder copy(DetachSoftwareSourcesFromProfileDetails model)
-
-