Class ModuleSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.ModuleSummary.Builder
-
- Enclosing class:
- ModuleSummary
public static class ModuleSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
name
public ModuleSummary.Builder name(String name)
The name of the module.- Parameters:
name
- the value to set- Returns:
- this builder
-
streams
public ModuleSummary.Builder streams(List<String> streams)
List of stream names.- Parameters:
streams
- the value to set- Returns:
- this builder
-
softwareSourceId
public ModuleSummary.Builder softwareSourceId(String softwareSourceId)
The OCID of the software source.- Parameters:
softwareSourceId
- the value to set- Returns:
- this builder
-
build
public ModuleSummary build()
-
copy
public ModuleSummary.Builder copy(ModuleSummary model)
-
-