Class Plugin.Builder
- java.lang.Object
-
- com.oracle.bmc.computeinstanceagent.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
lastUpdateTime(Date lastUpdateTime)
The last updated time of the plugin, in UTC.Plugin.Builder
message(String message)
An optional message from the plugin.Plugin.Builder
name(String name)
The plugin name.Plugin.Builder
status(String status)
The plugin status.Plugin.Builder
version(String version)
The plugin version.
-
-
-
Method Detail
-
name
public Plugin.Builder name(String name)
The plugin name.- Parameters:
name
- the value to set- Returns:
- this builder
-
version
public Plugin.Builder version(String version)
The plugin version.- Parameters:
version
- the value to set- Returns:
- this builder
-
status
public Plugin.Builder status(String status)
The plugin status.- Parameters:
status
- the value to set- Returns:
- this builder
-
lastUpdateTime
public Plugin.Builder lastUpdateTime(Date lastUpdateTime)
The last updated time of the plugin, in UTC.- Parameters:
lastUpdateTime
- the value to set- Returns:
- this builder
-
message
public Plugin.Builder message(String message)
An optional message from the plugin.- Parameters:
message
- the value to set- Returns:
- this builder
-
build
public Plugin build()
-
copy
public Plugin.Builder copy(Plugin model)
-
-