Interface InstanceIpv6Prefix.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InstanceIpv6Prefix.Builder,,InstanceIpv6Prefix> SdkBuilder<InstanceIpv6Prefix.Builder,,InstanceIpv6Prefix> SdkPojo
- Enclosing class:
 InstanceIpv6Prefix
public static interface InstanceIpv6Prefix.Builder
extends SdkPojo, CopyableBuilder<InstanceIpv6Prefix.Builder,InstanceIpv6Prefix> 
- 
Method Summary
Modifier and TypeMethodDescriptionipv6Prefix(String ipv6Prefix) One or more IPv6 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
- 
ipv6Prefix
One or more IPv6 prefixes assigned to the network interface.
- Parameters:
 ipv6Prefix- One or more IPv6 prefixes assigned to the network interface.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -