Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.LoadBalancer.Builder
Packages that use LoadBalancer.Builder
-
Uses of LoadBalancer.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return LoadBalancer.BuilderModifier and TypeMethodDescriptionLoadBalancer.Builder.availabilityZones(Collection<AvailabilityZone> availabilityZones) The subnets for the load balancer.LoadBalancer.Builder.availabilityZones(Consumer<AvailabilityZone.Builder>... availabilityZones) The subnets for the load balancer.LoadBalancer.Builder.availabilityZones(AvailabilityZone... availabilityZones) The subnets for the load balancer.static LoadBalancer.BuilderLoadBalancer.builder()LoadBalancer.Builder.canonicalHostedZoneId(String canonicalHostedZoneId) The ID of the Amazon Route 53 hosted zone associated with the load balancer.LoadBalancer.Builder.createdTime(Instant createdTime) The date and time the load balancer was created.LoadBalancer.Builder.customerOwnedIpv4Pool(String customerOwnedIpv4Pool) [Application Load Balancers on Outposts] The ID of the customer-owned address pool.The public DNS name of the load balancer.LoadBalancer.Builder.enablePrefixForIpv6SourceNat(String enablePrefixForIpv6SourceNat) [Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT.LoadBalancer.Builder.enablePrefixForIpv6SourceNat(EnablePrefixForIpv6SourceNatEnum enablePrefixForIpv6SourceNat) [Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT.LoadBalancer.Builder.enforceSecurityGroupInboundRulesOnPrivateLinkTraffic(String enforceSecurityGroupInboundRulesOnPrivateLinkTraffic) Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.LoadBalancer.Builder.ipAddressType(String ipAddressType) The type of IP addresses used for public or private connections by the subnets attached to your load balancer.LoadBalancer.Builder.ipAddressType(IpAddressType ipAddressType) The type of IP addresses used for public or private connections by the subnets attached to your load balancer.default LoadBalancer.BuilderLoadBalancer.Builder.ipamPools(Consumer<IpamPools.Builder> ipamPools) [Application Load Balancers] The IPAM pool in use by the load balancer, if configured.[Application Load Balancers] The IPAM pool in use by the load balancer, if configured.LoadBalancer.Builder.loadBalancerArn(String loadBalancerArn) The Amazon Resource Name (ARN) of the load balancer.LoadBalancer.Builder.loadBalancerName(String loadBalancerName) The name of the load balancer.The nodes of an Internet-facing load balancer have public IP addresses.LoadBalancer.Builder.scheme(LoadBalancerSchemeEnum scheme) The nodes of an Internet-facing load balancer have public IP addresses.LoadBalancer.Builder.securityGroups(String... securityGroups) The IDs of the security groups for the load balancer.LoadBalancer.Builder.securityGroups(Collection<String> securityGroups) The IDs of the security groups for the load balancer.default LoadBalancer.BuilderLoadBalancer.Builder.state(Consumer<LoadBalancerState.Builder> state) The state of the load balancer.LoadBalancer.Builder.state(LoadBalancerState state) The state of the load balancer.LoadBalancer.toBuilder()The type of load balancer.LoadBalancer.Builder.type(LoadBalancerTypeEnum type) The type of load balancer.The ID of the VPC for the load balancer.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type LoadBalancer.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LoadBalancer.Builder>LoadBalancer.serializableBuilderClass()