public static interface RegisterInstancesWithLoadBalancerResponse.Builder extends ElasticLoadBalancingResponse.Builder, CopyableBuilder<RegisterInstancesWithLoadBalancerResponse.Builder,RegisterInstancesWithLoadBalancerResponse>
| Modifier and Type | Method and Description |
|---|---|
RegisterInstancesWithLoadBalancerResponse.Builder |
instances(Collection<Instance> instances)
The updated list of instances for the load balancer.
|
RegisterInstancesWithLoadBalancerResponse.Builder |
instances(Instance... instances)
The updated list of instances for the load balancer.
|
buildcopyapply, buildRegisterInstancesWithLoadBalancerResponse.Builder instances(Collection<Instance> instances)
The updated list of instances for the load balancer.
instances - The updated list of instances for the load balancer.RegisterInstancesWithLoadBalancerResponse.Builder instances(Instance... instances)
The updated list of instances for the load balancer.
instances - The updated list of instances for the load balancer.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.