| 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() |
| Constructor and Description |
|---|
Jsii$Proxy(BaseLoadBalancerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
BaseLoadBalancerProps.Builder. |
Copyright © 2022. All rights reserved.