public static class PluginSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PluginSummary.Builder |
agentId(String agentId)
Agent identifier.
|
PluginSummary |
build() |
PluginSummary.Builder |
copy(PluginSummary model) |
PluginSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any.
|
PluginSummary.Builder |
freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any.
|
PluginSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
PluginSummary.Builder |
lifecycleState(Plugin.LifecycleState lifecycleState)
The current state of the plugin.
|
PluginSummary.Builder |
name(String name)
Plugin identifier, which can be renamed.
|
PluginSummary.Builder |
pluginVersion(String pluginVersion)
Plugin version.
|
PluginSummary.Builder |
timeCreated(Date timeCreated)
The time when the plugin was created.
|
PluginSummary.Builder |
timeUpdated(Date timeUpdated)
The time when the plugin was updated.
|
public PluginSummary.Builder name(String name)
Plugin identifier, which can be renamed.
name
- the value to setpublic PluginSummary.Builder agentId(String agentId)
Agent identifier.
agentId
- the value to setpublic PluginSummary.Builder pluginVersion(String pluginVersion)
Plugin version.
pluginVersion
- the value to setpublic PluginSummary.Builder timeCreated(Date timeCreated)
The time when the plugin was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic PluginSummary.Builder timeUpdated(Date timeUpdated)
The time when the plugin was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic PluginSummary.Builder lifecycleState(Plugin.LifecycleState lifecycleState)
The current state of the plugin.
lifecycleState
- the value to setpublic PluginSummary.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
lifecycleDetails
- the value to setpublic PluginSummary.Builder freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any. Each tag is a simple key-value
pair with no predefined name, type, or namespace/scope. For more information, see
Resource
Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic PluginSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any. Each key is predefined and scoped
to namespaces. For more information, see Resource
Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic PluginSummary build()
public PluginSummary.Builder copy(PluginSummary model)
Copyright © 2016–2024. All rights reserved.