@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() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.LoadBalancerInfoProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.LoadBalancerInfoProperty.Builder |
elbInfoList(IResolvable elbInfoList)
Sets the value of
CfnDeploymentGroup.LoadBalancerInfoProperty.getElbInfoList() |
CfnDeploymentGroup.LoadBalancerInfoProperty.Builder |
elbInfoList(List<? extends Object> elbInfoList)
Sets the value of
CfnDeploymentGroup.LoadBalancerInfoProperty.getElbInfoList() |
CfnDeploymentGroup.LoadBalancerInfoProperty.Builder |
targetGroupInfoList(IResolvable targetGroupInfoList)
Sets the value of
CfnDeploymentGroup.LoadBalancerInfoProperty.getTargetGroupInfoList() |
CfnDeploymentGroup.LoadBalancerInfoProperty.Builder |
targetGroupInfoList(List<? extends Object> targetGroupInfoList)
Sets the value of
CfnDeploymentGroup.LoadBalancerInfoProperty.getTargetGroupInfoList() |
@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 build()
build in interface software.amazon.jsii.Builder<CfnDeploymentGroup.LoadBalancerInfoProperty>CfnDeploymentGroup.LoadBalancerInfoPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.