Class InstanceAgentPluginSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.computeinstanceagent.model.InstanceAgentPluginSummary.Builder
-
- Enclosing class:
- InstanceAgentPluginSummary
public static class InstanceAgentPluginSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceAgentPluginSummary
build()
InstanceAgentPluginSummary.Builder
copy(InstanceAgentPluginSummary model)
InstanceAgentPluginSummary.Builder
name(String name)
The plugin nameInstanceAgentPluginSummary.Builder
status(InstanceAgentPluginSummary.Status status)
The plugin status Specified the plugin state on the instance * RUNNING - The plugin is in running state * STOPPED - The plugin is in stopped state * NOT_SUPPORTED - The plugin is not supported on this platform * INVALID - The plugin state is not recognizable by the serviceInstanceAgentPluginSummary.Builder
timeLastUpdatedUtc(Date timeLastUpdatedUtc)
The last update time of the plugin in UTC
-
-
-
Method Detail
-
name
public InstanceAgentPluginSummary.Builder name(String name)
The plugin name- Parameters:
name
- the value to set- Returns:
- this builder
-
status
public InstanceAgentPluginSummary.Builder status(InstanceAgentPluginSummary.Status status)
The plugin status Specified the plugin state on the instance * RUNNING - The plugin is in running state * STOPPED - The plugin is in stopped state * NOT_SUPPORTED - The plugin is not supported on this platform * INVALID - The plugin state is not recognizable by the service- Parameters:
status
- the value to set- Returns:
- this builder
-
timeLastUpdatedUtc
public InstanceAgentPluginSummary.Builder timeLastUpdatedUtc(Date timeLastUpdatedUtc)
The last update time of the plugin in UTC- Parameters:
timeLastUpdatedUtc
- the value to set- Returns:
- this builder
-
build
public InstanceAgentPluginSummary build()
-
copy
public InstanceAgentPluginSummary.Builder copy(InstanceAgentPluginSummary model)
-
-