Package | Description |
---|---|
com.oracle.bmc.osmanagement.model |
Modifier and Type | Method and Description |
---|---|
ModuleStream.Builder |
ModuleStream.Builder.architecture(String architecture)
The architecture for which the packages in this module stream were built
|
static ModuleStream.Builder |
ModuleStream.builder()
Create a new builder.
|
ModuleStream.Builder |
ModuleStream.Builder.copy(ModuleStream model) |
ModuleStream.Builder |
ModuleStream.Builder.description(String description)
A description of the contents of the module stream
|
ModuleStream.Builder |
ModuleStream.Builder.isDefault(Boolean isDefault)
Indicates if this stream is the default for its module.
|
ModuleStream.Builder |
ModuleStream.Builder.moduleName(String moduleName)
The name of the module that contains the stream
|
ModuleStream.Builder |
ModuleStream.Builder.packages(List<String> packages)
A list of packages that are contained by the stream.
|
ModuleStream.Builder |
ModuleStream.Builder.profiles(List<String> profiles)
A list of profiles that are part of the stream.
|
ModuleStream.Builder |
ModuleStream.Builder.softwareSourceId(String softwareSourceId)
The OCID of the software source that provides this module stream.
|
ModuleStream.Builder |
ModuleStream.Builder.streamName(String streamName)
The name of the stream
|
ModuleStream.Builder |
ModuleStream.toBuilder() |
Copyright © 2016–2024. All rights reserved.