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 a DataSync agent.
|
AgentListEntry.Builder |
name(String name)
The name of an agent.
|
AgentListEntry.Builder |
status(AgentStatus status)
The status of an agent.
|
AgentListEntry.Builder |
status(String status)
The status of an agent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAgentListEntry.Builder agentArn(String agentArn)
The Amazon Resource Name (ARN) of a DataSync agent.
agentArn - The Amazon Resource Name (ARN) of a DataSync agent.AgentListEntry.Builder name(String name)
The name of an agent.
name - The name of an agent.AgentListEntry.Builder status(String status)
The status of an agent. For more information, see DataSync agent statuses.
status - The status of an agent. For more information, see DataSync
agent statuses.AgentStatus,
AgentStatusAgentListEntry.Builder status(AgentStatus status)
The status of an agent. For more information, see DataSync agent statuses.
status - The status of an agent. For more information, see DataSync
agent statuses.AgentStatus,
AgentStatusCopyright © 2023. All rights reserved.