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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePluginDetails
build()
UpdatePluginDetails.Builder
copy(UpdatePluginDetails model)
UpdatePluginDetails.Builder
desiredState(Plugin.DesiredState desiredState)
State to which the customer wants the plugin to move to.
-
-
-
Method Detail
-
desiredState
public 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
-
build
public UpdatePluginDetails build()
-
copy
public UpdatePluginDetails.Builder copy(UpdatePluginDetails model)
-
-