public static interface LoadBalancerInfo.Builder extends SdkPojo, CopyableBuilder<LoadBalancerInfo.Builder,LoadBalancerInfo>
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerInfo.Builder |
elbInfoList(Collection<ELBInfo> elbInfoList)
An array that contains information about the load balancers to use for load balancing in a deployment.
|
LoadBalancerInfo.Builder |
elbInfoList(Consumer<ELBInfo.Builder>... elbInfoList)
An array that contains information about the load balancers to use for load balancing in a deployment.
|
LoadBalancerInfo.Builder |
elbInfoList(ELBInfo... elbInfoList)
An array that contains information about the load balancers to use for load balancing in a deployment.
|
LoadBalancerInfo.Builder |
targetGroupInfoList(Collection<TargetGroupInfo> targetGroupInfoList)
An array that contains information about the target groups to use for load balancing in a deployment.
|
LoadBalancerInfo.Builder |
targetGroupInfoList(Consumer<TargetGroupInfo.Builder>... targetGroupInfoList)
An array that contains information about the target groups to use for load balancing in a deployment.
|
LoadBalancerInfo.Builder |
targetGroupInfoList(TargetGroupInfo... targetGroupInfoList)
An array that contains information about the target groups to use for load balancing in a deployment.
|
LoadBalancerInfo.Builder |
targetGroupPairInfoList(Collection<TargetGroupPairInfo> targetGroupPairInfoList)
The target group pair information.
|
LoadBalancerInfo.Builder |
targetGroupPairInfoList(Consumer<TargetGroupPairInfo.Builder>... targetGroupPairInfoList)
The target group pair information.
|
LoadBalancerInfo.Builder |
targetGroupPairInfoList(TargetGroupPairInfo... targetGroupPairInfoList)
The target group pair information.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoadBalancerInfo.Builder elbInfoList(Collection<ELBInfo> elbInfoList)
An array that contains information about the load balancers to use for load balancing in a deployment. If you're using Classic Load Balancers, specify those load balancers in this array.
You can add up to 10 load balancers to the array.
If you're using Application Load Balancers or Network Load Balancers, use the
targetGroupInfoList array instead of this one.
elbInfoList - An array that contains information about the load balancers to use for load balancing in a deployment.
If you're using Classic Load Balancers, specify those load balancers in this array. You can add up to 10 load balancers to the array.
If you're using Application Load Balancers or Network Load Balancers, use the
targetGroupInfoList array instead of this one.
LoadBalancerInfo.Builder elbInfoList(ELBInfo... elbInfoList)
An array that contains information about the load balancers to use for load balancing in a deployment. If you're using Classic Load Balancers, specify those load balancers in this array.
You can add up to 10 load balancers to the array.
If you're using Application Load Balancers or Network Load Balancers, use the
targetGroupInfoList array instead of this one.
elbInfoList - An array that contains information about the load balancers to use for load balancing in a deployment.
If you're using Classic Load Balancers, specify those load balancers in this array. You can add up to 10 load balancers to the array.
If you're using Application Load Balancers or Network Load Balancers, use the
targetGroupInfoList array instead of this one.
LoadBalancerInfo.Builder elbInfoList(Consumer<ELBInfo.Builder>... elbInfoList)
An array that contains information about the load balancers to use for load balancing in a deployment. If you're using Classic Load Balancers, specify those load balancers in this array.
You can add up to 10 load balancers to the array.
If you're using Application Load Balancers or Network Load Balancers, use the
targetGroupInfoList array instead of this one.
ELBInfo.Builder avoiding the need to create one
manually via ELBInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #elbInfoList(List.
elbInfoList - a consumer that will call methods on
ELBInfo.Builder#elbInfoList(java.util.Collection) LoadBalancerInfo.Builder targetGroupInfoList(Collection<TargetGroupInfo> targetGroupInfoList)
An array that contains information about the target groups to use for load balancing in a deployment. If you're using Application Load Balancers and Network Load Balancers, specify their associated target groups in this array.
You can add up to 10 target groups to the array.
If you're using Classic Load Balancers, use the elbInfoList array instead of this one.
targetGroupInfoList - An array that contains information about the target groups to use for load balancing in a deployment.
If you're using Application Load Balancers and Network Load Balancers, specify their associated target
groups in this array. You can add up to 10 target groups to the array.
If you're using Classic Load Balancers, use the elbInfoList array instead of this one.
LoadBalancerInfo.Builder targetGroupInfoList(TargetGroupInfo... targetGroupInfoList)
An array that contains information about the target groups to use for load balancing in a deployment. If you're using Application Load Balancers and Network Load Balancers, specify their associated target groups in this array.
You can add up to 10 target groups to the array.
If you're using Classic Load Balancers, use the elbInfoList array instead of this one.
targetGroupInfoList - An array that contains information about the target groups to use for load balancing in a deployment.
If you're using Application Load Balancers and Network Load Balancers, specify their associated target
groups in this array. You can add up to 10 target groups to the array.
If you're using Classic Load Balancers, use the elbInfoList array instead of this one.
LoadBalancerInfo.Builder targetGroupInfoList(Consumer<TargetGroupInfo.Builder>... targetGroupInfoList)
An array that contains information about the target groups to use for load balancing in a deployment. If you're using Application Load Balancers and Network Load Balancers, specify their associated target groups in this array.
You can add up to 10 target groups to the array.
If you're using Classic Load Balancers, use the elbInfoList array instead of this one.
TargetGroupInfo.Builder avoiding the need to create
one manually via TargetGroupInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #targetGroupInfoList(List.
targetGroupInfoList - a consumer that will call methods on
TargetGroupInfo.Builder#targetGroupInfoList(java.util.Collection) LoadBalancerInfo.Builder targetGroupPairInfoList(Collection<TargetGroupPairInfo> targetGroupPairInfoList)
The target group pair information. This is an array of TargeGroupPairInfo objects with a maximum
size of one.
targetGroupPairInfoList - The target group pair information. This is an array of TargeGroupPairInfo objects with a
maximum size of one.LoadBalancerInfo.Builder targetGroupPairInfoList(TargetGroupPairInfo... targetGroupPairInfoList)
The target group pair information. This is an array of TargeGroupPairInfo objects with a maximum
size of one.
targetGroupPairInfoList - The target group pair information. This is an array of TargeGroupPairInfo objects with a
maximum size of one.LoadBalancerInfo.Builder targetGroupPairInfoList(Consumer<TargetGroupPairInfo.Builder>... targetGroupPairInfoList)
The target group pair information. This is an array of TargeGroupPairInfo objects with a maximum
size of one.
TargetGroupPairInfo.Builder avoiding the need to
create one manually via
TargetGroupPairInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #targetGroupPairInfoList(List.
targetGroupPairInfoList - a consumer that will call methods on
TargetGroupPairInfo.Builder#targetGroupPairInfoList(java.util.Collection) Copyright © 2023. All rights reserved.