Package com.oracle.bmc.cloudbridge.model
Class UpdatePluginDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudbridge.model.UpdatePluginDetails.Builder
 
- 
- Enclosing class:
- UpdatePluginDetails
 
 public static class UpdatePluginDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePluginDetailsbuild()UpdatePluginDetails.Buildercopy(UpdatePluginDetails model)UpdatePluginDetails.BuilderdesiredState(Plugin.DesiredState desiredState)State to which the customer wants the plugin to move to.
 
- 
- 
- 
Method Detail- 
desiredStatepublic UpdatePluginDetails.Builder desiredState(Plugin.DesiredState desiredState) State to which the customer wants the plugin to move to.- Parameters:
- desiredState- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdatePluginDetails build() 
 - 
copypublic UpdatePluginDetails.Builder copy(UpdatePluginDetails model) 
 
- 
 
-