Class Plugin.Builder
- java.lang.Object
- 
- com.oracle.bmc.computeinstanceagent.model.Plugin.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Pluginbuild()Plugin.Buildercopy(Plugin model)Plugin.BuilderlastUpdateTime(Date lastUpdateTime)The last updated time of the plugin, in UTC.Plugin.Buildermessage(String message)An optional message from the plugin.Plugin.Buildername(String name)The plugin name.Plugin.Builderstatus(String status)The plugin status.Plugin.Builderversion(String version)The plugin version.
 
- 
- 
- 
Method Detail- 
namepublic Plugin.Builder name(String name) The plugin name.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
versionpublic Plugin.Builder version(String version) The plugin version.- Parameters:
- version- the value to set
- Returns:
- this builder
 
 - 
statuspublic Plugin.Builder status(String status) The plugin status.- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
lastUpdateTimepublic Plugin.Builder lastUpdateTime(Date lastUpdateTime) The last updated time of the plugin, in UTC.- Parameters:
- lastUpdateTime- the value to set
- Returns:
- this builder
 
 - 
messagepublic Plugin.Builder message(String message) An optional message from the plugin.- Parameters:
- message- the value to set
- Returns:
- this builder
 
 - 
buildpublic Plugin build() 
 - 
copypublic Plugin.Builder copy(Plugin model) 
 
- 
 
-