AgentStatus.Builder |
AgentStatus.Builder.agentStatusARN(String agentStatusARN) |
The Amazon Resource Name (ARN) of the agent status.
|
AgentStatus.Builder |
AgentStatus.Builder.agentStatusId(String agentStatusId) |
The identifier of the agent status.
|
static AgentStatus.Builder |
AgentStatus.builder() |
|
AgentStatus.Builder |
AgentStatus.Builder.description(String description) |
The description of the agent status.
|
AgentStatus.Builder |
AgentStatus.Builder.displayOrder(Integer displayOrder) |
The display order of the agent status.
|
AgentStatus.Builder |
AgentStatus.Builder.lastModifiedRegion(String lastModifiedRegion) |
The Amazon Web Services Region where this resource was last modified.
|
AgentStatus.Builder |
AgentStatus.Builder.lastModifiedTime(Instant lastModifiedTime) |
The timestamp when this resource was last modified.
|
AgentStatus.Builder |
AgentStatus.Builder.name(String name) |
The name of the agent status.
|
AgentStatus.Builder |
AgentStatus.Builder.state(String state) |
The state of the agent status.
|
AgentStatus.Builder |
AgentStatus.Builder.state(AgentStatusState state) |
The state of the agent status.
|
AgentStatus.Builder |
AgentStatus.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for this resource.
|
AgentStatus.Builder |
AgentStatus.toBuilder() |
|
AgentStatus.Builder |
AgentStatus.Builder.type(String type) |
The type of agent status.
|
AgentStatus.Builder |
AgentStatus.Builder.type(AgentStatusType type) |
The type of agent status.
|