Interface LoadBalancerDescription.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LoadBalancerDescription.Builder,,LoadBalancerDescription> SdkBuilder<LoadBalancerDescription.Builder,,LoadBalancerDescription> SdkPojo
- Enclosing class:
 LoadBalancerDescription
public static interface LoadBalancerDescription.Builder
extends SdkPojo, CopyableBuilder<LoadBalancerDescription.Builder,LoadBalancerDescription> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe domain name of the LoadBalancer.listeners(Collection<Listener> listeners) A list of Listeners used by the LoadBalancer.listeners(Consumer<Listener.Builder>... listeners) A list of Listeners used by the LoadBalancer.A list of Listeners used by the LoadBalancer.loadBalancerName(String loadBalancerName) The name of the LoadBalancer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
loadBalancerName
The name of the LoadBalancer.
- Parameters:
 loadBalancerName- The name of the LoadBalancer.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
domain
The domain name of the LoadBalancer.
- Parameters:
 domain- The domain name of the LoadBalancer.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
listeners
A list of Listeners used by the LoadBalancer.
- Parameters:
 listeners- A list of Listeners used by the LoadBalancer.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
listeners
A list of Listeners used by the LoadBalancer.
- Parameters:
 listeners- A list of Listeners used by the LoadBalancer.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
listeners
A list of Listeners used by the LoadBalancer.
This is a convenience method that creates an instance of theListener.Builderavoiding the need to create one manually viaListener.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolisteners(List<Listener>).- Parameters:
 listeners- a consumer that will call methods onListener.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -