CopyableBuilder<RegisterInstancesWithLoadBalancerResponse.Builder,RegisterInstancesWithLoadBalancerResponse>, SdkBuilder<RegisterInstancesWithLoadBalancerResponse.Builder,RegisterInstancesWithLoadBalancerResponse>public static interface RegisterInstancesWithLoadBalancerResponse.Builder extends CopyableBuilder<RegisterInstancesWithLoadBalancerResponse.Builder,RegisterInstancesWithLoadBalancerResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setInstances(java.util.Collection) or #withInstances(java.util.Collection) if you want to
override the existing values.
instances - The updated list of instances for the load balancer.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.