public static class ManageModuleStreamsOnManagedInstanceGroupDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public ManageModuleStreamsOnManagedInstanceGroupDetails.Builder isDryRun(Boolean isDryRun)
Indicates if this operation is a dry run or if the operation should be committed. If set to true, the result of the operation will be evaluated but not committed. If set to false, the operation is committed to the managed instance(s). The default is false.
isDryRun
- the value to setpublic ManageModuleStreamsOnManagedInstanceGroupDetails.Builder enable(List<ModuleStreamDetails> enable)
The set of module streams to enable.
enable
- the value to setpublic ManageModuleStreamsOnManagedInstanceGroupDetails.Builder disable(List<ModuleStreamDetails> disable)
The set of module streams to disable.
disable
- the value to setpublic ManageModuleStreamsOnManagedInstanceGroupDetails.Builder install(List<ModuleStreamProfileDetails> install)
The set of module stream profiles to install.
install
- the value to setpublic ManageModuleStreamsOnManagedInstanceGroupDetails.Builder remove(List<ModuleStreamProfileDetails> remove)
The set of module stream profiles to remove.
remove
- the value to setpublic ManageModuleStreamsOnManagedInstanceGroupDetails.Builder workRequestDetails(WorkRequestDetails workRequestDetails)
public ManageModuleStreamsOnManagedInstanceGroupDetails build()
Copyright © 2016–2024. All rights reserved.