public static interface ModifyListenerResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<ModifyListenerResponse.Builder,ModifyListenerResponse>
| Modifier and Type | Method and Description |
|---|---|
ModifyListenerResponse.Builder |
listeners(Collection<Listener> listeners)
Information about the modified listener.
|
ModifyListenerResponse.Builder |
listeners(Consumer<Listener.Builder>... listeners)
Information about the modified listener.
|
ModifyListenerResponse.Builder |
listeners(Listener... listeners)
Information about the modified listener.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyListenerResponse.Builder listeners(Collection<Listener> listeners)
Information about the modified listener.
listeners - Information about the modified listener.ModifyListenerResponse.Builder listeners(Listener... listeners)
Information about the modified listener.
listeners - Information about the modified listener.ModifyListenerResponse.Builder listeners(Consumer<Listener.Builder>... listeners)
Information about the modified listener.
This is a convenience method that creates an instance of theListener.Builder avoiding the need to
create one manually via
Listener.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #listeners(List.
listeners - a consumer that will call methods on
Listener.Builder#listeners(java.util.Collection) Copyright © 2022. All rights reserved.