Uses of Class
com.oracle.bmc.osmanagementhub.model.ModuleSummary.Builder
-
Packages that use ModuleSummary.Builder Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of ModuleSummary.Builder in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ModuleSummary.Builder Modifier and Type Method Description static ModuleSummary.Builder
ModuleSummary. builder()
Create a new builder.ModuleSummary.Builder
ModuleSummary.Builder. copy(ModuleSummary model)
ModuleSummary.Builder
ModuleSummary.Builder. name(String name)
The name of the module.ModuleSummary.Builder
ModuleSummary.Builder. softwareSourceId(String softwareSourceId)
The OCID of the software source.ModuleSummary.Builder
ModuleSummary.Builder. streams(List<String> streams)
List of stream names.ModuleSummary.Builder
ModuleSummary. toBuilder()
-