Class ModuleStreamSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagement.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
moduleName(String moduleName)
The name of the module that contains the stream.ModuleStreamSummary.Builder
softwareSourceId(String softwareSourceId)
The OCID of the software source that provides this module stream.ModuleStreamSummary.Builder
streamName(String streamName)
The name of the stream.
-
-
-
Method Detail
-
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
-
streamName
public ModuleStreamSummary.Builder streamName(String streamName)
The name of the stream.- Parameters:
streamName
- the value to set- Returns:
- this builder
-
softwareSourceId
public ModuleStreamSummary.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 ModuleStreamSummary build()
-
copy
public ModuleStreamSummary.Builder copy(ModuleStreamSummary model)
-
-