Interface NetworkInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkInfo.Builder,
,NetworkInfo> SdkBuilder<NetworkInfo.Builder,
,NetworkInfo> SdkPojo
- Enclosing class:
NetworkInfo
@Mutable
@NotThreadSafe
public static interface NetworkInfo.Builder
extends SdkPojo, CopyableBuilder<NetworkInfo.Builder,NetworkInfo>
-
Method Summary
Modifier and TypeMethodDescriptioninterfaceName
(String interfaceName) Information about the name of the interface of the server for which the assessment was run.Information about the IP address of the server for which the assessment was run.macAddress
(String macAddress) Information about the MAC address of the server for which the assessment was run.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 Details
-
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
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
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
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.
-