Interface AgentListEntry.Builder

    • Method Detail

      • agentArn

        AgentListEntry.Builder agentArn​(String agentArn)

        The Amazon Resource Name (ARN) of a DataSync agent.

        Parameters:
        agentArn - The Amazon Resource Name (ARN) of a DataSync agent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        AgentListEntry.Builder name​(String name)

        The name of an agent.

        Parameters:
        name - The name of an agent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        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?

        Parameters:
        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?

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AgentStatus, AgentStatus
      • status

        AgentListEntry.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?

        Parameters:
        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?

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AgentStatus, AgentStatus
      • platform

        AgentListEntry.Builder platform​(Platform platform)

        The platform-related details about the agent, such as the version number.

        Parameters:
        platform - The platform-related details about the agent, such as the version number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.