| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static BaseLoadBalancerProps.Builder |
BaseLoadBalancerProps.builder() |
BaseLoadBalancerProps.Builder |
BaseLoadBalancerProps.Builder.deletionProtection(Boolean deletionProtection)
Sets the value of
BaseLoadBalancerProps.getDeletionProtection() |
BaseLoadBalancerProps.Builder |
BaseLoadBalancerProps.Builder.internetFacing(Boolean internetFacing)
Sets the value of
BaseLoadBalancerProps.getInternetFacing() |
BaseLoadBalancerProps.Builder |
BaseLoadBalancerProps.Builder.loadBalancerName(String loadBalancerName)
Sets the value of
BaseLoadBalancerProps.getLoadBalancerName() |
BaseLoadBalancerProps.Builder |
BaseLoadBalancerProps.Builder.vpc(IVpc vpc)
Sets the value of
BaseLoadBalancerProps.getVpc() |
BaseLoadBalancerProps.Builder |
BaseLoadBalancerProps.Builder.vpcSubnets(SubnetSelection vpcSubnets)
Sets the value of
BaseLoadBalancerProps.getVpcSubnets() |
Copyright © 2021. All rights reserved.