Interface RegisterInstancesWithLoadBalancerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RegisterInstancesWithLoadBalancerResponse.Builder,,RegisterInstancesWithLoadBalancerResponse> ElasticLoadBalancingResponse.Builder,SdkBuilder<RegisterInstancesWithLoadBalancerResponse.Builder,,RegisterInstancesWithLoadBalancerResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
RegisterInstancesWithLoadBalancerResponse
@Mutable
@NotThreadSafe
public static interface RegisterInstancesWithLoadBalancerResponse.Builder
extends ElasticLoadBalancingResponse.Builder, SdkPojo, CopyableBuilder<RegisterInstancesWithLoadBalancerResponse.Builder,RegisterInstancesWithLoadBalancerResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninstances(Collection<Instance> instances) The updated list of instances for the load balancer.instances(Consumer<Instance.Builder>... instances) The updated list of instances for the load balancer.The updated list of instances for the load balancer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancing.model.ElasticLoadBalancingResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
instances
The updated list of instances for the load balancer.
- Parameters:
instances- The updated list of instances for the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instances
The updated list of instances for the load balancer.
- Parameters:
instances- The updated list of instances for the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instances
RegisterInstancesWithLoadBalancerResponse.Builder instances(Consumer<Instance.Builder>... instances) The updated list of instances for the load balancer.
This is a convenience method that creates an instance of theInstance.Builderavoiding the need to create one manually viaInstance.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinstances(List<Instance>).- Parameters:
instances- a consumer that will call methods onInstance.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-