public static class ModuleSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ModuleSummary |
build() |
ModuleSummary.Builder |
copy(ModuleSummary model) |
ModuleSummary.Builder |
name(String name)
The name of the module.
|
ModuleSummary.Builder |
softwareSourceId(String softwareSourceId)
The OCID
of the software source.
|
ModuleSummary.Builder |
streams(List<String> streams)
List of stream names.
|
public ModuleSummary.Builder name(String name)
The name of the module.
name
- the value to setpublic ModuleSummary.Builder streams(List<String> streams)
List of stream names.
streams
- the value to setpublic ModuleSummary.Builder softwareSourceId(String softwareSourceId)
The OCID of the software source.
softwareSourceId
- the value to setpublic ModuleSummary build()
public ModuleSummary.Builder copy(ModuleSummary model)
Copyright © 2016–2024. All rights reserved.