public static class PluginErrorSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PluginErrorSummary.Builder |
agentType(AgentType agentType)
The agent type.
|
PluginErrorSummary |
build() |
PluginErrorSummary.Builder |
compartmentId(String compartmentId)
The compartment
OCID of the
Fleet.
|
PluginErrorSummary.Builder |
copy(PluginErrorSummary model) |
PluginErrorSummary.Builder |
errors(List<PluginErrorDetails> errors)
List of plugin error details.
|
PluginErrorSummary.Builder |
hostName(String hostName)
The HostName or Compute Instance name of the Managed Instance running the plugin.
|
PluginErrorSummary.Builder |
managedInstanceId(String managedInstanceId)
The OCID of the
Managed Instance running the plugin.
|
PluginErrorSummary.Builder |
timeFirstSeen(Date timeFirstSeen)
The timestamp of the first time an error was detected.
|
PluginErrorSummary.Builder |
timeLastSeen(Date timeLastSeen)
The timestamp of the last time an error was detected.
|
public PluginErrorSummary.Builder managedInstanceId(String managedInstanceId)
The OCID of the Managed Instance running the plugin.
managedInstanceId
- the value to setpublic PluginErrorSummary.Builder agentType(AgentType agentType)
The agent type.
agentType
- the value to setpublic PluginErrorSummary.Builder hostName(String hostName)
The HostName or Compute Instance name of the Managed Instance running the plugin.
hostName
- the value to setpublic PluginErrorSummary.Builder compartmentId(String compartmentId)
The compartment OCID of the Fleet.
compartmentId
- the value to setpublic PluginErrorSummary.Builder errors(List<PluginErrorDetails> errors)
List of plugin error details.
errors
- the value to setpublic PluginErrorSummary.Builder timeLastSeen(Date timeLastSeen)
The timestamp of the last time an error was detected.
timeLastSeen
- the value to setpublic PluginErrorSummary.Builder timeFirstSeen(Date timeFirstSeen)
The timestamp of the first time an error was detected.
timeFirstSeen
- the value to setpublic PluginErrorSummary build()
public PluginErrorSummary.Builder copy(PluginErrorSummary model)
Copyright © 2016–2025. All rights reserved.