Interface DiscoveryData.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DiscoveryData.Builder,DiscoveryData>, SdkBuilder<DiscoveryData.Builder,DiscoveryData>, SdkPojo
Enclosing class:
DiscoveryData

public static interface DiscoveryData.Builder extends SdkPojo, CopyableBuilder<DiscoveryData.Builder,DiscoveryData>
  • 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.