AgentVersionSummary.Builder |
AgentVersionSummary.Builder.agentName(String agentName) |
The name of the agent to which the version belongs.
|
AgentVersionSummary.Builder |
AgentVersionSummary.Builder.agentStatus(String agentStatus) |
The status of the agent to which the version belongs.
|
AgentVersionSummary.Builder |
AgentVersionSummary.Builder.agentStatus(AgentStatus agentStatus) |
The status of the agent to which the version belongs.
|
AgentVersionSummary.Builder |
AgentVersionSummary.Builder.agentVersion(String agentVersion) |
The version of the agent.
|
static AgentVersionSummary.Builder |
AgentVersionSummary.builder() |
|
AgentVersionSummary.Builder |
AgentVersionSummary.Builder.createdAt(Instant createdAt) |
The time at which the version was created.
|
AgentVersionSummary.Builder |
AgentVersionSummary.Builder.description(String description) |
The description of the version of the agent.
|
AgentVersionSummary.Builder |
AgentVersionSummary.toBuilder() |
|
AgentVersionSummary.Builder |
AgentVersionSummary.Builder.updatedAt(Instant updatedAt) |
The time at which the version was last updated.
|