Interface NetworkInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkInfo.Builder,NetworkInfo>,SdkBuilder<NetworkInfo.Builder,NetworkInfo>,SdkPojo
- Enclosing class:
- NetworkInfo
public static interface NetworkInfo.Builder extends SdkPojo, CopyableBuilder<NetworkInfo.Builder,NetworkInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkInfo.BuilderinterfaceName(String interfaceName)Information about the name of the interface of the server for which the assessment was run.NetworkInfo.BuilderipAddress(String ipAddress)Information about the IP address of the server for which the assessment was run.NetworkInfo.BuildermacAddress(String macAddress)Information about the MAC address of the server for which the assessment was run.NetworkInfo.BuildernetMask(String netMask)Information about the subnet mask of the server for which the assessment was run.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
interfaceName
NetworkInfo.Builder interfaceName(String interfaceName)
Information about the name of the interface of the server for which the assessment was run.
- Parameters:
interfaceName- Information about the name of the interface of the server for which the assessment was run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddress
NetworkInfo.Builder ipAddress(String ipAddress)
Information about the IP address of the server for which the assessment was run.
- Parameters:
ipAddress- Information about the IP address of the server for which the assessment was run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
macAddress
NetworkInfo.Builder macAddress(String macAddress)
Information about the MAC address of the server for which the assessment was run.
- Parameters:
macAddress- Information about the MAC address of the server for which the assessment was run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
netMask
NetworkInfo.Builder netMask(String netMask)
Information about the subnet mask of the server for which the assessment was run.
- Parameters:
netMask- Information about the subnet mask of the server for which the assessment was run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-