Class ManagedInstanceGroupModuleSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.ManagedInstanceGroupModuleSummary.Builder
 
- 
- Enclosing class:
- ManagedInstanceGroupModuleSummary
 
 public static class ManagedInstanceGroupModuleSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedInstanceGroupModuleSummarybuild()ManagedInstanceGroupModuleSummary.Buildercopy(ManagedInstanceGroupModuleSummary model)ManagedInstanceGroupModuleSummary.BuilderenabledStream(String enabledStream)The name of the module stream that is enabled for the group.ManagedInstanceGroupModuleSummary.BuilderinstalledProfiles(List<String> installedProfiles)The list of installed profiles under the currently enabled module stream.ManagedInstanceGroupModuleSummary.Buildername(String name)The name of the module.ManagedInstanceGroupModuleSummary.BuildersoftwareSourceId(String softwareSourceId)The OCID of the software source that provides this module stream.
 
- 
- 
- 
Method Detail- 
namepublic ManagedInstanceGroupModuleSummary.Builder name(String name) The name of the module.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
enabledStreampublic ManagedInstanceGroupModuleSummary.Builder enabledStream(String enabledStream) The name of the module stream that is enabled for the group.- Parameters:
- enabledStream- the value to set
- Returns:
- this builder
 
 - 
installedProfilespublic ManagedInstanceGroupModuleSummary.Builder installedProfiles(List<String> installedProfiles) The list of installed profiles under the currently enabled module stream.- Parameters:
- installedProfiles- the value to set
- Returns:
- this builder
 
 - 
softwareSourceIdpublic ManagedInstanceGroupModuleSummary.Builder softwareSourceId(String softwareSourceId) The OCID of the software source that provides this module stream.- Parameters:
- softwareSourceId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ManagedInstanceGroupModuleSummary build() 
 - 
copypublic ManagedInstanceGroupModuleSummary.Builder copy(ManagedInstanceGroupModuleSummary model) 
 
- 
 
-