Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceNetworkInterfaceAssociation.Builder
Packages that use InstanceNetworkInterfaceAssociation.Builder
-
Uses of InstanceNetworkInterfaceAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceNetworkInterfaceAssociation.BuilderModifier and TypeMethodDescriptionInstanceNetworkInterfaceAssociation.builder()The carrier IP address associated with the network interface.InstanceNetworkInterfaceAssociation.Builder.customerOwnedIp(String customerOwnedIp) The customer-owned IP address associated with the network interface.The ID of the owner of the Elastic IP address.InstanceNetworkInterfaceAssociation.Builder.publicDnsName(String publicDnsName) The public DNS name.The public IP address or Elastic IP address bound to the network interface.InstanceNetworkInterfaceAssociation.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceNetworkInterfaceAssociation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceNetworkInterfaceAssociation.Builder>InstanceNetworkInterfaceAssociation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceNetworkInterfaceAssociation.BuilderModifier and TypeMethodDescriptiondefault InstanceNetworkInterface.BuilderInstanceNetworkInterface.Builder.association(Consumer<InstanceNetworkInterfaceAssociation.Builder> association) The association information for an Elastic IPv4 associated with the network interface.default InstancePrivateIpAddress.BuilderInstancePrivateIpAddress.Builder.association(Consumer<InstanceNetworkInterfaceAssociation.Builder> association) The association information for an Elastic IP address for the network interface.