Uses of Interface
software.amazon.awssdk.services.ec2.model.IpamDiscoveredPublicAddress.Builder
Packages that use IpamDiscoveredPublicAddress.Builder
-
Uses of IpamDiscoveredPublicAddress.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamDiscoveredPublicAddress.BuilderModifier and TypeMethodDescriptionThe IP address.IpamDiscoveredPublicAddress.Builder.addressAllocationId(String addressAllocationId) The allocation ID of the resource the IP address is assigned to.IpamDiscoveredPublicAddress.Builder.addressOwnerId(String addressOwnerId) The ID of the owner of the resource the IP address is assigned to.IpamDiscoveredPublicAddress.Builder.addressRegion(String addressRegion) The Region of the resource the IP address is assigned to.IpamDiscoveredPublicAddress.Builder.addressType(String addressType) The IP address type.IpamDiscoveredPublicAddress.Builder.addressType(IpamPublicAddressType addressType) The IP address type.IpamDiscoveredPublicAddress.Builder.associationStatus(String associationStatus) The association status.IpamDiscoveredPublicAddress.Builder.associationStatus(IpamPublicAddressAssociationStatus associationStatus) The association status.IpamDiscoveredPublicAddress.builder()IpamDiscoveredPublicAddress.Builder.instanceId(String instanceId) The instance ID of the instance the assigned IP address is assigned to.IpamDiscoveredPublicAddress.Builder.ipamResourceDiscoveryId(String ipamResourceDiscoveryId) The resource discovery ID.IpamDiscoveredPublicAddress.Builder.networkBorderGroup(String networkBorderGroup) The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in.IpamDiscoveredPublicAddress.Builder.networkInterfaceDescription(String networkInterfaceDescription) The description of the network interface that IP address is assigned to.IpamDiscoveredPublicAddress.Builder.networkInterfaceId(String networkInterfaceId) The network interface ID of the resource with the assigned IP address.IpamDiscoveredPublicAddress.Builder.publicIpv4PoolId(String publicIpv4PoolId) The ID of the public IPv4 pool that the resource with the assigned IP address is from.IpamDiscoveredPublicAddress.Builder.sampleTime(Instant sampleTime) The last successful resource discovery time.IpamDiscoveredPublicAddress.Builder.securityGroups(Collection<IpamPublicAddressSecurityGroup> securityGroups) Security groups associated with the resource that the IP address is assigned to.IpamDiscoveredPublicAddress.Builder.securityGroups(Consumer<IpamPublicAddressSecurityGroup.Builder>... securityGroups) Security groups associated with the resource that the IP address is assigned to.IpamDiscoveredPublicAddress.Builder.securityGroups(IpamPublicAddressSecurityGroup... securityGroups) Security groups associated with the resource that the IP address is assigned to.The Amazon Web Services service associated with the IP address.IpamDiscoveredPublicAddress.Builder.service(IpamPublicAddressAwsService service) The Amazon Web Services service associated with the IP address.IpamDiscoveredPublicAddress.Builder.serviceResource(String serviceResource) The resource ARN or ID.The ID of the subnet that the resource with the assigned IP address is in.IpamDiscoveredPublicAddress.Builder.tags(Consumer<IpamPublicAddressTags.Builder> tags) Tags associated with the IP address.IpamDiscoveredPublicAddress.Builder.tags(IpamPublicAddressTags tags) Tags associated with the IP address.IpamDiscoveredPublicAddress.toBuilder()The ID of the VPC that the resource with the assigned IP address is in.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamDiscoveredPublicAddress.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IpamDiscoveredPublicAddress.Builder>IpamDiscoveredPublicAddress.serializableBuilderClass()