public static interface AgentStatus.Builder extends SdkPojo, CopyableBuilder<AgentStatus.Builder,AgentStatus>
| Modifier and Type | Method and Description |
|---|---|
AgentStatus.Builder |
agentStatusARN(String agentStatusARN)
The Amazon Resource Name (ARN) of the agent status.
|
AgentStatus.Builder |
agentStatusId(String agentStatusId)
The identifier of the agent status.
|
AgentStatus.Builder |
description(String description)
The description of the agent status.
|
AgentStatus.Builder |
displayOrder(Integer displayOrder)
The display order of the agent status.
|
AgentStatus.Builder |
name(String name)
The name of the agent status.
|
AgentStatus.Builder |
state(AgentStatusState state)
The state of the agent status.
|
AgentStatus.Builder |
state(String state)
The state of the agent status.
|
AgentStatus.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
AgentStatus.Builder |
type(AgentStatusType type)
The type of agent status.
|
AgentStatus.Builder |
type(String type)
The type of agent status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAgentStatus.Builder agentStatusARN(String agentStatusARN)
The Amazon Resource Name (ARN) of the agent status.
agentStatusARN - The Amazon Resource Name (ARN) of the agent status.AgentStatus.Builder agentStatusId(String agentStatusId)
The identifier of the agent status.
agentStatusId - The identifier of the agent status.AgentStatus.Builder name(String name)
The name of the agent status.
name - The name of the agent status.AgentStatus.Builder description(String description)
The description of the agent status.
description - The description of the agent status.AgentStatus.Builder type(String type)
The type of agent status.
type - The type of agent status.AgentStatusType,
AgentStatusTypeAgentStatus.Builder type(AgentStatusType type)
The type of agent status.
type - The type of agent status.AgentStatusType,
AgentStatusTypeAgentStatus.Builder displayOrder(Integer displayOrder)
The display order of the agent status.
displayOrder - The display order of the agent status.AgentStatus.Builder state(String state)
The state of the agent status.
state - The state of the agent status.AgentStatusState,
AgentStatusStateAgentStatus.Builder state(AgentStatusState state)
The state of the agent status.
state - The state of the agent status.AgentStatusState,
AgentStatusStateAgentStatus.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.Copyright © 2022. All rights reserved.