Uses of Class
software.amazon.awscdk.services.elasticloadbalancing.LoadBalancer.Builder
Packages that use LoadBalancer.Builder
Package
Description
Amazon Elastic Load Balancing Construct Library
-
Uses of LoadBalancer.Builder in software.amazon.awscdk.services.elasticloadbalancing
Methods in software.amazon.awscdk.services.elasticloadbalancing that return LoadBalancer.BuilderModifier and TypeMethodDescriptionLoadBalancer.Builder.accessLoggingPolicy(CfnLoadBalancer.AccessLoggingPolicyProperty accessLoggingPolicy) Enable Loadbalancer access logs Can be used to avoid manual work as aws console Required S3 bucket name , enabled flag Can add interval for pushing log Can set bucket prefix in order to provide folder name inside bucket.static LoadBalancer.BuilderWhether cross zone load balancing is enabled.LoadBalancer.Builder.healthCheck(HealthCheck healthCheck) Health check settings for the load balancing targets.LoadBalancer.Builder.internetFacing(Boolean internetFacing) Whether this is an internet-facing Load Balancer.LoadBalancer.Builder.listeners(List<? extends LoadBalancerListener> listeners) What listeners to set up for the load balancer.LoadBalancer.Builder.subnetSelection(SubnetSelection subnetSelection) Which subnets to deploy the load balancer.LoadBalancer.Builder.targets(List<? extends ILoadBalancerTarget> targets) What targets to load balance to.VPC network of the fleet instances.