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 |
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.
|
public ModuleStreamSummary.Builder name(String name)
The name of the stream.
name
- the value to setpublic ModuleStreamSummary.Builder moduleName(String moduleName)
The name of the module that contains the stream.
moduleName
- the value to setpublic ModuleStreamSummary.Builder profiles(List<String> profiles)
List of profiles in the stream.
profiles
- the value to setpublic ModuleStreamSummary.Builder isLatest(Boolean isLatest)
Indicates whether this module stream is the latest.
isLatest
- the value to setpublic ModuleStreamSummary.Builder softwareSourceId(String softwareSourceId)
The OCID of the software source that contains the the module stream.
softwareSourceId
- the value to setpublic ModuleStreamSummary build()
public ModuleStreamSummary.Builder copy(ModuleStreamSummary model)
Copyright © 2016–2024. All rights reserved.