public static interface ModifyListenerResponse.Builder extends ElasticLoadBalancingv2Response.Builder, CopyableBuilder<ModifyListenerResponse.Builder,ModifyListenerResponse>
| Modifier and Type | Method and Description |
|---|---|
ModifyListenerResponse.Builder |
listeners(Collection<Listener> listeners)
Information about the modified listeners.
|
ModifyListenerResponse.Builder |
listeners(Consumer<Listener.Builder>... listeners)
Information about the modified listeners.
|
ModifyListenerResponse.Builder |
listeners(Listener... listeners)
Information about the modified listeners.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildModifyListenerResponse.Builder listeners(Collection<Listener> listeners)
Information about the modified listeners.
listeners - Information about the modified listeners.ModifyListenerResponse.Builder listeners(Listener... listeners)
Information about the modified listeners.
listeners - Information about the modified listeners.ModifyListenerResponse.Builder listeners(Consumer<Listener.Builder>... listeners)
Information about the modified listeners.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #listeners(List) .listeners - a consumer that will call methods on List.Builder #listeners(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.