Interface NetworkInterface.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkInterface.Builder,
,NetworkInterface> SdkBuilder<NetworkInterface.Builder,
,NetworkInterface> SdkPojo
- Enclosing class:
NetworkInterface
@Mutable
@NotThreadSafe
public static interface NetworkInterface.Builder
extends SdkPojo, CopyableBuilder<NetworkInterface.Builder,NetworkInterface>
-
Method Summary
Modifier and TypeMethodDescriptionNetwork interface IPs.ips
(Collection<String> ips) Network interface IPs.Network interface primary IP.macAddress
(String macAddress) Network interface Mac address.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
-
ips
Network interface IPs.
- Parameters:
ips
- Network interface IPs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ips
Network interface IPs.
- Parameters:
ips
- Network interface IPs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isPrimary
Network interface primary IP.
- Parameters:
isPrimary
- Network interface primary IP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
macAddress
Network interface Mac address.
- Parameters:
macAddress
- Network interface Mac address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-