@Stability(value=Experimental) public static final class BaseLoadBalancerProps.Builder extends Object implements software.amazon.jsii.Builder<BaseLoadBalancerProps>
BaseLoadBalancerProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BaseLoadBalancerProps |
build()
Builds the configured instance.
|
BaseLoadBalancerProps.Builder |
deletionProtection(Boolean deletionProtection)
Sets the value of
BaseLoadBalancerProps.getDeletionProtection() |
BaseLoadBalancerProps.Builder |
internetFacing(Boolean internetFacing)
Sets the value of
BaseLoadBalancerProps.getInternetFacing() |
BaseLoadBalancerProps.Builder |
loadBalancerName(String loadBalancerName)
Sets the value of
BaseLoadBalancerProps.getLoadBalancerName() |
BaseLoadBalancerProps.Builder |
vpc(IVpc vpc)
Sets the value of
BaseLoadBalancerProps.getVpc() |
BaseLoadBalancerProps.Builder |
vpcSubnets(SubnetSelection vpcSubnets)
Sets the value of
BaseLoadBalancerProps.getVpcSubnets() |
@Stability(value=Experimental) public BaseLoadBalancerProps.Builder vpc(IVpc vpc)
BaseLoadBalancerProps.getVpc()vpc - The VPC network to place the load balancer in. This parameter is required.this@Stability(value=Experimental) public BaseLoadBalancerProps.Builder deletionProtection(Boolean deletionProtection)
BaseLoadBalancerProps.getDeletionProtection()deletionProtection - Indicates whether deletion protection is enabled.this@Stability(value=Experimental) public BaseLoadBalancerProps.Builder internetFacing(Boolean internetFacing)
BaseLoadBalancerProps.getInternetFacing()internetFacing - Whether the load balancer has an internet-routable address.this@Stability(value=Experimental) public BaseLoadBalancerProps.Builder loadBalancerName(String loadBalancerName)
BaseLoadBalancerProps.getLoadBalancerName()loadBalancerName - Name of the load balancer.this@Stability(value=Experimental) public BaseLoadBalancerProps.Builder vpcSubnets(SubnetSelection vpcSubnets)
BaseLoadBalancerProps.getVpcSubnets()vpcSubnets - Which subnets place the load balancer in.this@Stability(value=Experimental) public BaseLoadBalancerProps build()
build in interface software.amazon.jsii.Builder<BaseLoadBalancerProps>BaseLoadBalancerPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.