Interface AgentNetworkInfo.Builder

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

public static interface AgentNetworkInfo.Builder extends SdkPojo, CopyableBuilder<AgentNetworkInfo.Builder,AgentNetworkInfo>
  • Method Details

    • ipAddress

      AgentNetworkInfo.Builder ipAddress(String ipAddress)

      The IP address for the host where the agent/collector resides.

      Parameters:
      ipAddress - The IP address for the host where the agent/collector resides.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • macAddress

      AgentNetworkInfo.Builder macAddress(String macAddress)

      The MAC address for the host where the agent/collector resides.

      Parameters:
      macAddress - The MAC address for the host where the agent/collector resides.
      Returns:
      Returns a reference to this object so that method calls can be chained together.