Class ModuleStreamSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.ModuleStreamSummary.Builder
-
- Enclosing class:
- ModuleStreamSummary
public static class ModuleStreamSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModuleStreamSummary
build()
ModuleStreamSummary.Builder
copy(ModuleStreamSummary model)
ModuleStreamSummary.Builder
isLatest(Boolean isLatest)
Indicates whether this module stream is the latest.ModuleStreamSummary.Builder
moduleName(String moduleName)
The name of the module that contains the stream.ModuleStreamSummary.Builder
name(String name)
The name of the stream.ModuleStreamSummary.Builder
profiles(List<String> profiles)
List of profiles in the stream.ModuleStreamSummary.Builder
softwareSourceId(String softwareSourceId)
The OCID of the software source that contains the the module stream.
-
-
-
Method Detail
-
name
public ModuleStreamSummary.Builder name(String name)
The name of the stream.- Parameters:
name
- the value to set- Returns:
- this builder
-
moduleName
public ModuleStreamSummary.Builder moduleName(String moduleName)
The name of the module that contains the stream.- Parameters:
moduleName
- the value to set- Returns:
- this builder
-
profiles
public ModuleStreamSummary.Builder profiles(List<String> profiles)
List of profiles in the stream.- Parameters:
profiles
- the value to set- Returns:
- this builder
-
isLatest
public ModuleStreamSummary.Builder isLatest(Boolean isLatest)
Indicates whether this module stream is the latest.- Parameters:
isLatest
- the value to set- Returns:
- this builder
-
softwareSourceId
public ModuleStreamSummary.Builder softwareSourceId(String softwareSourceId)
The OCID of the software source that contains the the module stream.- Parameters:
softwareSourceId
- the value to set- Returns:
- this builder
-
build
public ModuleStreamSummary build()
-
copy
public ModuleStreamSummary.Builder copy(ModuleStreamSummary model)
-
-