public static interface AgentNetworkInfo.Builder extends SdkPojo, CopyableBuilder<AgentNetworkInfo.Builder,AgentNetworkInfo>
Modifier and Type | Method and Description |
---|---|
AgentNetworkInfo.Builder |
ipAddress(String ipAddress)
The IP address for the host where the agent/connector resides.
|
AgentNetworkInfo.Builder |
macAddress(String macAddress)
The MAC address for the host where the agent/connector resides.
|
copy
applyMutation, build
AgentNetworkInfo.Builder ipAddress(String ipAddress)
The IP address for the host where the agent/connector resides.
ipAddress
- The IP address for the host where the agent/connector resides.AgentNetworkInfo.Builder macAddress(String macAddress)
The MAC address for the host where the agent/connector resides.
macAddress
- The MAC address for the host where the agent/connector resides.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.