public static class ManagedInstanceGroupModuleSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public ManagedInstanceGroupModuleSummary.Builder name(String name)
The name of the module.
name
- the value to setpublic ManagedInstanceGroupModuleSummary.Builder enabledStream(String enabledStream)
The name of the module stream that is enabled for the group.
enabledStream
- the value to setpublic ManagedInstanceGroupModuleSummary.Builder installedProfiles(List<String> installedProfiles)
The list of installed profiles under the currently enabled module stream.
installedProfiles
- the value to setpublic ManagedInstanceGroupModuleSummary.Builder softwareSourceId(String softwareSourceId)
The OCID of the software source that provides this module stream.
softwareSourceId
- the value to setpublic ManagedInstanceGroupModuleSummary build()
public ManagedInstanceGroupModuleSummary.Builder copy(ManagedInstanceGroupModuleSummary model)
Copyright © 2016–2024. All rights reserved.