Interface DiscoveryData.Builder

  • Method Details

    • capabilityArns

      DiscoveryData.Builder capabilityArns(Collection<String> capabilityArns)

      List of capabilities to associate with agent.

      Parameters:
      capabilityArns - List of capabilities to associate with agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • capabilityArns

      DiscoveryData.Builder capabilityArns(String... capabilityArns)

      List of capabilities to associate with agent.

      Parameters:
      capabilityArns - List of capabilities to associate with agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privateIpAddresses

      DiscoveryData.Builder privateIpAddresses(Collection<String> privateIpAddresses)

      List of private IP addresses to associate with agent.

      Parameters:
      privateIpAddresses - List of private IP addresses to associate with agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privateIpAddresses

      DiscoveryData.Builder privateIpAddresses(String... privateIpAddresses)

      List of private IP addresses to associate with agent.

      Parameters:
      privateIpAddresses - List of private IP addresses to associate with agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • publicIpAddresses

      DiscoveryData.Builder publicIpAddresses(Collection<String> publicIpAddresses)

      List of public IP addresses to associate with agent.

      Parameters:
      publicIpAddresses - List of public IP addresses to associate with agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • publicIpAddresses

      DiscoveryData.Builder publicIpAddresses(String... publicIpAddresses)

      List of public IP addresses to associate with agent.

      Parameters:
      publicIpAddresses - List of public IP addresses to associate with agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.