Interface InstanceIpv4Prefix.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InstanceIpv4Prefix.Builder,,InstanceIpv4Prefix> SdkBuilder<InstanceIpv4Prefix.Builder,,InstanceIpv4Prefix> SdkPojo
- Enclosing class:
 InstanceIpv4Prefix
public static interface InstanceIpv4Prefix.Builder
extends SdkPojo, CopyableBuilder<InstanceIpv4Prefix.Builder,InstanceIpv4Prefix> 
- 
Method Summary
Modifier and TypeMethodDescriptionipv4Prefix(String ipv4Prefix) One or more IPv4 prefixes assigned to the network interface.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
ipv4Prefix
One or more IPv4 prefixes assigned to the network interface.
- Parameters:
 ipv4Prefix- One or more IPv4 prefixes assigned to the network interface.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -