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