@Stability(value=Stable) public static final class CfnLoadBalancerProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLoadBalancerProps>
CfnLoadBalancerProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnLoadBalancerProps.Builder ipAddressType(String ipAddressType)
CfnLoadBalancerProps.getIpAddressType()ipAddressType - `AWS::ElasticLoadBalancingV2::LoadBalancer.IpAddressType`.this@Stability(value=Stable) public CfnLoadBalancerProps.Builder loadBalancerAttributes(IResolvable loadBalancerAttributes)
CfnLoadBalancerProps.getLoadBalancerAttributes()loadBalancerAttributes - `AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttributes`.this@Stability(value=Stable) public CfnLoadBalancerProps.Builder loadBalancerAttributes(List<? extends Object> loadBalancerAttributes)
CfnLoadBalancerProps.getLoadBalancerAttributes()loadBalancerAttributes - `AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttributes`.this@Stability(value=Stable) public CfnLoadBalancerProps.Builder name(String name)
CfnLoadBalancerProps.getName()name - `AWS::ElasticLoadBalancingV2::LoadBalancer.Name`.this@Stability(value=Stable) public CfnLoadBalancerProps.Builder scheme(String scheme)
CfnLoadBalancerProps.getScheme()scheme - `AWS::ElasticLoadBalancingV2::LoadBalancer.Scheme`.this@Stability(value=Stable) public CfnLoadBalancerProps.Builder securityGroups(List<String> securityGroups)
CfnLoadBalancerProps.getSecurityGroups()securityGroups - `AWS::ElasticLoadBalancingV2::LoadBalancer.SecurityGroups`.this@Stability(value=Stable) public CfnLoadBalancerProps.Builder subnetMappings(IResolvable subnetMappings)
CfnLoadBalancerProps.getSubnetMappings()subnetMappings - `AWS::ElasticLoadBalancingV2::LoadBalancer.SubnetMappings`.this@Stability(value=Stable) public CfnLoadBalancerProps.Builder subnetMappings(List<? extends Object> subnetMappings)
CfnLoadBalancerProps.getSubnetMappings()subnetMappings - `AWS::ElasticLoadBalancingV2::LoadBalancer.SubnetMappings`.this@Stability(value=Stable) public CfnLoadBalancerProps.Builder subnets(List<String> subnets)
CfnLoadBalancerProps.getSubnets()subnets - `AWS::ElasticLoadBalancingV2::LoadBalancer.Subnets`.this@Stability(value=Stable) public CfnLoadBalancerProps.Builder tags(List<? extends CfnTag> tags)
CfnLoadBalancerProps.getTags()tags - `AWS::ElasticLoadBalancingV2::LoadBalancer.Tags`.this@Stability(value=Stable) public CfnLoadBalancerProps.Builder type(String type)
CfnLoadBalancerProps.getType()type - `AWS::ElasticLoadBalancingV2::LoadBalancer.Type`.this@Stability(value=Stable) public CfnLoadBalancerProps build()
build in interface software.amazon.jsii.Builder<CfnLoadBalancerProps>CfnLoadBalancerPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.