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.
|
default AgentListEntry.Builder |
platform(Consumer<Platform.Builder> platform)
The platform-related details about the agent, such as the version number.
|
AgentListEntry.Builder |
platform(Platform platform)
The platform-related details about the agent, such as the version number.
|
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.
If the status is ONLINE, the agent is configured properly and ready to use.
If the status is OFFLINE, the agent has been out of contact with DataSync for five minutes or
longer. This can happen for a few reasons. For more information, see What do I do if my agent is offline?
status - The status of an agent.
If the status is ONLINE, the agent is configured properly and ready to use.
If the status is OFFLINE, the agent has been out of contact with DataSync for five
minutes or longer. This can happen for a few reasons. For more information, see What do I do if my agent is offline?
AgentStatus,
AgentStatusAgentListEntry.Builder status(AgentStatus status)
The status of an agent.
If the status is ONLINE, the agent is configured properly and ready to use.
If the status is OFFLINE, the agent has been out of contact with DataSync for five minutes or
longer. This can happen for a few reasons. For more information, see What do I do if my agent is offline?
status - The status of an agent.
If the status is ONLINE, the agent is configured properly and ready to use.
If the status is OFFLINE, the agent has been out of contact with DataSync for five
minutes or longer. This can happen for a few reasons. For more information, see What do I do if my agent is offline?
AgentStatus,
AgentStatusAgentListEntry.Builder platform(Platform platform)
The platform-related details about the agent, such as the version number.
platform - The platform-related details about the agent, such as the version number.default AgentListEntry.Builder platform(Consumer<Platform.Builder> platform)
The platform-related details about the agent, such as the version number.
This is a convenience method that creates an instance of thePlatform.Builder avoiding the need to
create one manually via Platform.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to platform(Platform).
platform - a consumer that will call methods on Platform.Builderplatform(Platform)Copyright © 2023. All rights reserved.