Interface PhysicalNetworkInterface.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PhysicalNetworkInterface.Builder,PhysicalNetworkInterface>,SdkBuilder<PhysicalNetworkInterface.Builder,PhysicalNetworkInterface>,SdkPojo
- Enclosing class:
- PhysicalNetworkInterface
public static interface PhysicalNetworkInterface.Builder extends SdkPojo, CopyableBuilder<PhysicalNetworkInterface.Builder,PhysicalNetworkInterface>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PhysicalNetworkInterface.BuilderdefaultGateway(String defaultGateway)The default gateway of the device.PhysicalNetworkInterface.BuilderipAddress(String ipAddress)The IP address of the device.PhysicalNetworkInterface.BuilderipAddressAssignment(String ipAddressAssignment)A value that describes whether the IP address is dynamic or persistent.PhysicalNetworkInterface.BuilderipAddressAssignment(IpAddressAssignment ipAddressAssignment)A value that describes whether the IP address is dynamic or persistent.PhysicalNetworkInterface.BuildermacAddress(String macAddress)The MAC address of the device.PhysicalNetworkInterface.Buildernetmask(String netmask)The netmask used to divide the IP address into subnets.PhysicalNetworkInterface.BuilderphysicalConnectorType(String physicalConnectorType)The physical connector type.PhysicalNetworkInterface.BuilderphysicalConnectorType(PhysicalConnectorType physicalConnectorType)The physical connector type.PhysicalNetworkInterface.BuilderphysicalNetworkInterfaceId(String physicalNetworkInterfaceId)The physical network interface ID.-
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
-
defaultGateway
PhysicalNetworkInterface.Builder defaultGateway(String defaultGateway)
The default gateway of the device.
- Parameters:
defaultGateway- The default gateway of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddress
PhysicalNetworkInterface.Builder ipAddress(String ipAddress)
The IP address of the device.
- Parameters:
ipAddress- The IP address of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddressAssignment
PhysicalNetworkInterface.Builder ipAddressAssignment(String ipAddressAssignment)
A value that describes whether the IP address is dynamic or persistent.
- Parameters:
ipAddressAssignment- A value that describes whether the IP address is dynamic or persistent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressAssignment,IpAddressAssignment
-
ipAddressAssignment
PhysicalNetworkInterface.Builder ipAddressAssignment(IpAddressAssignment ipAddressAssignment)
A value that describes whether the IP address is dynamic or persistent.
- Parameters:
ipAddressAssignment- A value that describes whether the IP address is dynamic or persistent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressAssignment,IpAddressAssignment
-
macAddress
PhysicalNetworkInterface.Builder macAddress(String macAddress)
The MAC address of the device.
- Parameters:
macAddress- The MAC address of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
netmask
PhysicalNetworkInterface.Builder netmask(String netmask)
The netmask used to divide the IP address into subnets.
- Parameters:
netmask- The netmask used to divide the IP address into subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
physicalConnectorType
PhysicalNetworkInterface.Builder physicalConnectorType(String physicalConnectorType)
The physical connector type.
- Parameters:
physicalConnectorType- The physical connector type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PhysicalConnectorType,PhysicalConnectorType
-
physicalConnectorType
PhysicalNetworkInterface.Builder physicalConnectorType(PhysicalConnectorType physicalConnectorType)
The physical connector type.
- Parameters:
physicalConnectorType- The physical connector type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PhysicalConnectorType,PhysicalConnectorType
-
physicalNetworkInterfaceId
PhysicalNetworkInterface.Builder physicalNetworkInterfaceId(String physicalNetworkInterfaceId)
The physical network interface ID.
- Parameters:
physicalNetworkInterfaceId- The physical network interface ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-