public static class ModuleStreamSummary.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and 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.
|
public ModuleStreamSummary.Builder moduleName(String moduleName)
The name of the module that contains the stream.
moduleName - the value to setpublic ModuleStreamSummary.Builder streamName(String streamName)
The name of the stream.
streamName - the value to setpublic ModuleStreamSummary.Builder softwareSourceId(String softwareSourceId)
The OCID of the software source that provides this module stream.
softwareSourceId - the value to setpublic ModuleStreamSummary build()
public ModuleStreamSummary.Builder copy(ModuleStreamSummary model)
Copyright © 2016–2022. All rights reserved.