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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentNetworkInfo.BuilderipAddress(String ipAddress)The IP address for the host where the agent/collector resides.AgentNetworkInfo.BuildermacAddress(String macAddress)The MAC address for the host where the agent/collector resides.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-