public static class InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InstallModuleStreamProfileOnManagedInstanceGroupDetails |
build() |
InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder |
copy(InstallModuleStreamProfileOnManagedInstanceGroupDetails model) |
InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder |
moduleName(String moduleName)
The name of the module.
|
InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder |
profileName(String profileName)
The name of a profile of the specified module stream.
|
InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder |
softwareSourceId(String softwareSourceId)
The OCID
of the software source that provides the module stream
|
InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder |
streamName(String streamName)
The name of a stream of the specified module.
|
InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder |
workRequestDetails(WorkRequestDetails workRequestDetails) |
public InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder moduleName(String moduleName)
The name of the module.
moduleName
- the value to setpublic InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder streamName(String streamName)
The name of a stream of the specified module.
streamName
- the value to setpublic InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder profileName(String profileName)
The name of a profile of the specified module stream.
profileName
- the value to setpublic InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder softwareSourceId(String softwareSourceId)
The OCID of the software source that provides the module stream
softwareSourceId
- the value to setpublic InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder workRequestDetails(WorkRequestDetails workRequestDetails)
public InstallModuleStreamProfileOnManagedInstanceGroupDetails build()
Copyright © 2016–2024. All rights reserved.