public static class InstanceAgentPluginSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InstanceAgentPluginSummary |
build() |
InstanceAgentPluginSummary.Builder |
copy(InstanceAgentPluginSummary model) |
InstanceAgentPluginSummary.Builder |
name(String name)
The plugin name
|
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 |
InstanceAgentPluginSummary.Builder |
timeLastUpdatedUtc(Date timeLastUpdatedUtc)
The last update time of the plugin in UTC
|
public InstanceAgentPluginSummary.Builder name(String name)
The plugin name
name
- the value to setpublic 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
status
- the value to setpublic InstanceAgentPluginSummary.Builder timeLastUpdatedUtc(Date timeLastUpdatedUtc)
The last update time of the plugin in UTC
timeLastUpdatedUtc
- the value to setpublic InstanceAgentPluginSummary build()
public InstanceAgentPluginSummary.Builder copy(InstanceAgentPluginSummary model)
Copyright © 2016–2024. All rights reserved.