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.clientKeepAlive(Duration clientKeepAlive) Sets the value ofApplicationLoadBalancerProps.getClientKeepAlive()ApplicationLoadBalancerProps.Builder.crossZoneEnabled(Boolean crossZoneEnabled) Sets the value ofBaseLoadBalancerProps.getCrossZoneEnabled()ApplicationLoadBalancerProps.Builder.deletionProtection(Boolean deletionProtection) Sets the value ofBaseLoadBalancerProps.getDeletionProtection()ApplicationLoadBalancerProps.Builder.denyAllIgwTraffic(Boolean denyAllIgwTraffic) Sets the value ofBaseLoadBalancerProps.getDenyAllIgwTraffic()ApplicationLoadBalancerProps.Builder.desyncMitigationMode(DesyncMitigationMode desyncMitigationMode) Sets the value ofApplicationLoadBalancerProps.getDesyncMitigationMode()ApplicationLoadBalancerProps.Builder.dropInvalidHeaderFields(Boolean dropInvalidHeaderFields) Sets the value ofApplicationLoadBalancerProps.getDropInvalidHeaderFields()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.minimumCapacityUnit(Number minimumCapacityUnit) Sets the value ofBaseLoadBalancerProps.getMinimumCapacityUnit()ApplicationLoadBalancerProps.Builder.preserveHostHeader(Boolean preserveHostHeader) Sets the value ofApplicationLoadBalancerProps.getPreserveHostHeader()ApplicationLoadBalancerProps.Builder.preserveXffClientPort(Boolean preserveXffClientPort) Sets the value ofApplicationLoadBalancerProps.getPreserveXffClientPort()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()ApplicationLoadBalancerProps.Builder.wafFailOpen(Boolean wafFailOpen) Sets the value ofApplicationLoadBalancerProps.getWafFailOpen()ApplicationLoadBalancerProps.Builder.xAmznTlsVersionAndCipherSuiteHeaders(Boolean xAmznTlsVersionAndCipherSuiteHeaders) Sets the value ofApplicationLoadBalancerProps.getXAmznTlsVersionAndCipherSuiteHeaders()ApplicationLoadBalancerProps.Builder.xffHeaderProcessingMode(XffHeaderProcessingMode xffHeaderProcessingMode) Sets the value ofApplicationLoadBalancerProps.getXffHeaderProcessingMode()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.