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