@Stability(value=Stable) public static final class CfnDeploymentGroup.LoadBalancerInfoProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentGroup.LoadBalancerInfoProperty>
CfnDeploymentGroup.LoadBalancerInfoProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDeploymentGroup.LoadBalancerInfoProperty.Builder elbInfoList(IResolvable elbInfoList)
CfnDeploymentGroup.LoadBalancerInfoProperty.getElbInfoList()elbInfoList - An array that contains information about the load balancer to use for load balancing in a deployment.
In Elastic Load Balancing, load balancers are used with Classic Load Balancers.
Adding more than one load balancer to the array is not supported.
this@Stability(value=Stable) public CfnDeploymentGroup.LoadBalancerInfoProperty.Builder elbInfoList(List<? extends Object> elbInfoList)
CfnDeploymentGroup.LoadBalancerInfoProperty.getElbInfoList()elbInfoList - An array that contains information about the load balancer to use for load balancing in a deployment.
In Elastic Load Balancing, load balancers are used with Classic Load Balancers.
Adding more than one load balancer to the array is not supported.
this@Stability(value=Stable) public CfnDeploymentGroup.LoadBalancerInfoProperty.Builder targetGroupInfoList(IResolvable targetGroupInfoList)
CfnDeploymentGroup.LoadBalancerInfoProperty.getTargetGroupInfoList()targetGroupInfoList - An array that contains information about the target group to use for load balancing in a deployment.
In Elastic Load Balancing , target groups are used with Application Load Balancers .
Adding more than one target group to the array is not supported.
this@Stability(value=Stable) public CfnDeploymentGroup.LoadBalancerInfoProperty.Builder targetGroupInfoList(List<? extends Object> targetGroupInfoList)
CfnDeploymentGroup.LoadBalancerInfoProperty.getTargetGroupInfoList()targetGroupInfoList - An array that contains information about the target group to use for load balancing in a deployment.
In Elastic Load Balancing , target groups are used with Application Load Balancers .
Adding more than one target group to the array is not supported.
this@Stability(value=Stable) public CfnDeploymentGroup.LoadBalancerInfoProperty.Builder targetGroupPairInfoList(IResolvable targetGroupPairInfoList)
CfnDeploymentGroup.LoadBalancerInfoProperty.getTargetGroupPairInfoList()targetGroupPairInfoList - The target group pair information.
This is an array of TargeGroupPairInfo objects with a maximum size of one.this@Stability(value=Stable) public CfnDeploymentGroup.LoadBalancerInfoProperty.Builder targetGroupPairInfoList(List<? extends Object> targetGroupPairInfoList)
CfnDeploymentGroup.LoadBalancerInfoProperty.getTargetGroupPairInfoList()targetGroupPairInfoList - The target group pair information.
This is an array of TargeGroupPairInfo objects with a maximum size of one.this@Stability(value=Stable) public CfnDeploymentGroup.LoadBalancerInfoProperty build()
build in interface software.amazon.jsii.Builder<CfnDeploymentGroup.LoadBalancerInfoProperty>CfnDeploymentGroup.LoadBalancerInfoPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.