Class ManagedInstanceGroupModuleSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.ManagedInstanceGroupModuleSummary.Builder
-
- Enclosing class:
- ManagedInstanceGroupModuleSummary
public static class ManagedInstanceGroupModuleSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedInstanceGroupModuleSummary
build()
ManagedInstanceGroupModuleSummary.Builder
copy(ManagedInstanceGroupModuleSummary model)
ManagedInstanceGroupModuleSummary.Builder
enabledStream(String enabledStream)
The name of the module stream that is enabled for the group.ManagedInstanceGroupModuleSummary.Builder
installedProfiles(List<String> installedProfiles)
The list of installed profiles under the currently enabled module stream.ManagedInstanceGroupModuleSummary.Builder
name(String name)
The name of the module.ManagedInstanceGroupModuleSummary.Builder
softwareSourceId(String softwareSourceId)
The OCID of the software source that provides this module stream.
-
-
-
Method Detail
-
name
public ManagedInstanceGroupModuleSummary.Builder name(String name)
The name of the module.- Parameters:
name
- the value to set- Returns:
- this builder
-
enabledStream
public 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
-
installedProfiles
public 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
-
softwareSourceId
public 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
-
build
public ManagedInstanceGroupModuleSummary build()
-
copy
public ManagedInstanceGroupModuleSummary.Builder copy(ManagedInstanceGroupModuleSummary model)
-
-