public static interface AgentListEntry.Builder extends SdkPojo, CopyableBuilder<AgentListEntry.Builder,AgentListEntry>
| Modifier and Type | Method and Description |
|---|---|
AgentListEntry.Builder |
agentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent.
|
AgentListEntry.Builder |
name(String name)
The name of the agent.
|
AgentListEntry.Builder |
status(AgentStatus status)
The status of the agent.
|
AgentListEntry.Builder |
status(String status)
The status of the agent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAgentListEntry.Builder agentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent.
agentArn - The Amazon Resource Name (ARN) of the agent.AgentListEntry.Builder name(String name)
The name of the agent.
name - The name of the agent.AgentListEntry.Builder status(String status)
The status of the agent.
status - The status of the agent.AgentStatus,
AgentStatusAgentListEntry.Builder status(AgentStatus status)
The status of the agent.
status - The status of the agent.AgentStatus,
AgentStatusCopyright © 2021. All rights reserved.