public static interface CreateListenerResponse.Builder extends ElasticLoadBalancingv2Response.Builder, CopyableBuilder<CreateListenerResponse.Builder,CreateListenerResponse>
Modifier and Type | Method and Description |
---|---|
CreateListenerResponse.Builder |
listeners(Collection<Listener> listeners)
Information about the listener.
|
CreateListenerResponse.Builder |
listeners(Listener... listeners)
Information about the listener.
|
build
copy
apply, build
CreateListenerResponse.Builder listeners(Collection<Listener> listeners)
Information about the listener.
listeners
- Information about the listener.CreateListenerResponse.Builder listeners(Listener... listeners)
Information about the listener.
listeners
- Information about the listener.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.