Interface OnPremConfig.Builder

  • Method Details

    • agentArns

      OnPremConfig.Builder agentArns(Collection<String> agentArns)

      The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.

      You can specify more than one agent. For more information, see Using multiple DataSync agents.

      Parameters:
      agentArns - The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.

      You can specify more than one agent. For more information, see Using multiple DataSync agents.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentArns

      OnPremConfig.Builder agentArns(String... agentArns)

      The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.

      You can specify more than one agent. For more information, see Using multiple DataSync agents.

      Parameters:
      agentArns - The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.

      You can specify more than one agent. For more information, see Using multiple DataSync agents.

      Returns:
      Returns a reference to this object so that method calls can be chained together.