Uses of Interface
software.amazon.awssdk.services.ec2.model.Address.Builder
Packages that use Address.Builder
-
Uses of Address.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Address.BuilderModifier and TypeMethodDescriptionAddress.Builder.allocationId(String allocationId) The ID representing the allocation of the address.Address.Builder.associationId(String associationId) The ID representing the association of the address with an instance.static Address.BuilderAddress.builder()The carrier IP address associated.Address.Builder.customerOwnedIp(String customerOwnedIp) The customer-owned IP address.Address.Builder.customerOwnedIpv4Pool(String customerOwnedIpv4Pool) The ID of the customer-owned address pool.The network (vpc).Address.Builder.domain(DomainType domain) The network (vpc).Address.Builder.instanceId(String instanceId) The ID of the instance that the address is associated with (if any).Address.Builder.networkBorderGroup(String networkBorderGroup) The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.Address.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.Address.Builder.networkInterfaceOwnerId(String networkInterfaceOwnerId) The ID of the Amazon Web Services account that owns the network interface.Address.Builder.privateIpAddress(String privateIpAddress) The private IP address associated with the Elastic IP address.The Elastic IP address.Address.Builder.publicIpv4Pool(String publicIpv4Pool) The ID of an address pool.Address.Builder.serviceManaged(String serviceManaged) The service that manages the elastic IP address.Address.Builder.serviceManaged(ServiceManaged serviceManaged) The service that manages the elastic IP address.The ID of the subnet where the IP address is allocated.Address.Builder.tags(Collection<Tag> tags) Any tags assigned to the Elastic IP address.Address.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the Elastic IP address.Any tags assigned to the Elastic IP address.Address.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Address.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Address.Builder>Address.serializableBuilderClass()