public static class ManagedInstanceModuleSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ManagedInstanceModuleSummary.Builder |
activeStreams(List<String> activeStreams)
List of streams that are active in the module.
|
ManagedInstanceModuleSummary |
build() |
ManagedInstanceModuleSummary.Builder |
copy(ManagedInstanceModuleSummary model) |
ManagedInstanceModuleSummary.Builder |
disabledStreams(List<String> disabledStreams)
List of streams that are disabled in the module.
|
ManagedInstanceModuleSummary.Builder |
enabledStream(String enabledStream)
The stream that is enabled in the module.
|
ManagedInstanceModuleSummary.Builder |
installedProfiles(List<String> installedProfiles)
List of installed profiles in the enabled stream of the module.
|
ManagedInstanceModuleSummary.Builder |
name(String name)
The module name.
|
ManagedInstanceModuleSummary.Builder |
softwareSourceId(String softwareSourceId)
The OCID
of the software source that provides this module and the associated streams.
|
public ManagedInstanceModuleSummary.Builder name(String name)
The module name.
name
- the value to setpublic ManagedInstanceModuleSummary.Builder enabledStream(String enabledStream)
The stream that is enabled in the module.
enabledStream
- the value to setpublic ManagedInstanceModuleSummary.Builder installedProfiles(List<String> installedProfiles)
List of installed profiles in the enabled stream of the module.
installedProfiles
- the value to setpublic ManagedInstanceModuleSummary.Builder activeStreams(List<String> activeStreams)
List of streams that are active in the module.
activeStreams
- the value to setpublic ManagedInstanceModuleSummary.Builder disabledStreams(List<String> disabledStreams)
List of streams that are disabled in the module.
disabledStreams
- the value to setpublic ManagedInstanceModuleSummary.Builder softwareSourceId(String softwareSourceId)
The OCID of the software source that provides this module and the associated streams.
softwareSourceId
- the value to setpublic ManagedInstanceModuleSummary build()
public ManagedInstanceModuleSummary.Builder copy(ManagedInstanceModuleSummary model)
Copyright © 2016–2024. All rights reserved.