Class AttachChildSoftwareSourceToManagedInstanceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagement.model.AttachChildSoftwareSourceToManagedInstanceDetails.Builder
-
- Enclosing class:
- AttachChildSoftwareSourceToManagedInstanceDetails
public static class AttachChildSoftwareSourceToManagedInstanceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachChildSoftwareSourceToManagedInstanceDetails
build()
AttachChildSoftwareSourceToManagedInstanceDetails.Builder
copy(AttachChildSoftwareSourceToManagedInstanceDetails model)
AttachChildSoftwareSourceToManagedInstanceDetails.Builder
softwareSourceId(String softwareSourceId)
OCID for the Software Source
-
-
-
Method Detail
-
softwareSourceId
public AttachChildSoftwareSourceToManagedInstanceDetails.Builder softwareSourceId(String softwareSourceId)
OCID for the Software Source- Parameters:
softwareSourceId
- the value to set- Returns:
- this builder
-
build
public AttachChildSoftwareSourceToManagedInstanceDetails build()
-
-