Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationLoadBalancerProps.Builder
Packages that use ApplicationLoadBalancerProps.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ApplicationLoadBalancerProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ApplicationLoadBalancerProps.BuilderModifier and TypeMethodDescriptionApplicationLoadBalancerProps.builder()ApplicationLoadBalancerProps.Builder.deletionProtection(Boolean deletionProtection) Sets the value ofBaseLoadBalancerProps.getDeletionProtection()ApplicationLoadBalancerProps.Builder.http2Enabled(Boolean http2Enabled) Sets the value ofApplicationLoadBalancerProps.getHttp2Enabled()ApplicationLoadBalancerProps.Builder.idleTimeout(Duration idleTimeout) Sets the value ofApplicationLoadBalancerProps.getIdleTimeout()ApplicationLoadBalancerProps.Builder.internetFacing(Boolean internetFacing) Sets the value ofBaseLoadBalancerProps.getInternetFacing()ApplicationLoadBalancerProps.Builder.ipAddressType(IpAddressType ipAddressType) Sets the value ofApplicationLoadBalancerProps.getIpAddressType()ApplicationLoadBalancerProps.Builder.loadBalancerName(String loadBalancerName) Sets the value ofBaseLoadBalancerProps.getLoadBalancerName()ApplicationLoadBalancerProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofApplicationLoadBalancerProps.getSecurityGroup()Sets the value ofBaseLoadBalancerProps.getVpc()ApplicationLoadBalancerProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofBaseLoadBalancerProps.getVpcSubnets()Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type ApplicationLoadBalancerProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theApplicationLoadBalancerProps.Builder.