Plugin.Builder |
Plugin.Builder.agentId(String agentId) |
Agent identifier.
|
static Plugin.Builder |
Plugin.builder() |
Create a new builder.
|
Plugin.Builder |
Plugin.Builder.copy(Plugin model) |
|
Plugin.Builder |
Plugin.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
The defined tags associated with this resource, if any.
|
Plugin.Builder |
Plugin.Builder.desiredState(Plugin.DesiredState desiredState) |
State to which the customer wants the plugin to move to.
|
Plugin.Builder |
Plugin.Builder.freeformTags(Map<String,String> freeformTags) |
The freeform tags associated with this resource, if any.
|
Plugin.Builder |
Plugin.Builder.lifecycleDetails(String lifecycleDetails) |
A message describing the current state in more detail.
|
Plugin.Builder |
Plugin.Builder.lifecycleState(Plugin.LifecycleState lifecycleState) |
The current state of the plugin.
|
Plugin.Builder |
Plugin.Builder.name(String name) |
Plugin identifier, which can be renamed.
|
Plugin.Builder |
Plugin.Builder.pluginVersion(String pluginVersion) |
Plugin version.
|
Plugin.Builder |
Plugin.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
The system tags associated with this resource, if any.
|
Plugin.Builder |
Plugin.Builder.timeCreated(Date timeCreated) |
The time when the Agent was created.
|
Plugin.Builder |
Plugin.Builder.timeUpdated(Date timeUpdated) |
The time when the Agent was updated.
|
Plugin.Builder |
Plugin.toBuilder() |
|