Interface DeregisterInstancesFromLoadBalancerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeregisterInstancesFromLoadBalancerResponse.Builder,,DeregisterInstancesFromLoadBalancerResponse> ElasticLoadBalancingResponse.Builder,SdkBuilder<DeregisterInstancesFromLoadBalancerResponse.Builder,,DeregisterInstancesFromLoadBalancerResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeregisterInstancesFromLoadBalancerResponse
@Mutable
@NotThreadSafe
public static interface DeregisterInstancesFromLoadBalancerResponse.Builder
extends ElasticLoadBalancingResponse.Builder, SdkPojo, CopyableBuilder<DeregisterInstancesFromLoadBalancerResponse.Builder,DeregisterInstancesFromLoadBalancerResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninstances(Collection<Instance> instances) The remaining instances registered with the load balancer.instances(Consumer<Instance.Builder>... instances) The remaining instances registered with the load balancer.The remaining instances registered with 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 remaining instances registered with the load balancer.
- Parameters:
instances- The remaining instances registered with the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instances
The remaining instances registered with the load balancer.
- Parameters:
instances- The remaining instances registered with the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instances
DeregisterInstancesFromLoadBalancerResponse.Builder instances(Consumer<Instance.Builder>... instances) The remaining instances registered with 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:
-