Uses of Interface
software.amazon.awssdk.services.ec2.model.NetworkInterfacePrivateIpAddress.Builder
Packages that use NetworkInterfacePrivateIpAddress.Builder
-
Uses of NetworkInterfacePrivateIpAddress.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkInterfacePrivateIpAddress.BuilderModifier and TypeMethodDescriptionNetworkInterfacePrivateIpAddress.Builder.association(Consumer<NetworkInterfaceAssociation.Builder> association) The association information for an Elastic IP address (IPv4) associated with the network interface.NetworkInterfacePrivateIpAddress.Builder.association(NetworkInterfaceAssociation association) The association information for an Elastic IP address (IPv4) associated with the network interface.NetworkInterfacePrivateIpAddress.builder()Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.NetworkInterfacePrivateIpAddress.Builder.privateDnsName(String privateDnsName) The private DNS name.NetworkInterfacePrivateIpAddress.Builder.privateIpAddress(String privateIpAddress) The private IPv4 address.NetworkInterfacePrivateIpAddress.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkInterfacePrivateIpAddress.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NetworkInterfacePrivateIpAddress.Builder>NetworkInterfacePrivateIpAddress.serializableBuilderClass()