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