Package com.oracle.bmc.jms.model
Class Plugin.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.model.Plugin.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Plugin
build()
Plugin.Builder
copy(Plugin model)
Plugin.Builder
name(String name)
The name of the plugin.Plugin.Builder
version(String version)
The version of the plugin.
-
-
-
Method Detail
-
name
public Plugin.Builder name(String name)
The name of the plugin.- Parameters:
name
- the value to set- Returns:
- this builder
-
version
public Plugin.Builder version(String version)
The version of the plugin.- Parameters:
version
- the value to set- Returns:
- this builder
-
build
public Plugin build()
-
copy
public Plugin.Builder copy(Plugin model)
-
-