public static interface CreateListenerResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<CreateListenerResponse.Builder,CreateListenerResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateListenerResponse.Builder |
listeners(Collection<Listener> listeners)
Information about the listener.
|
CreateListenerResponse.Builder |
listeners(Consumer<Listener.Builder>... listeners)
Information about the listener.
|
CreateListenerResponse.Builder |
listeners(Listener... listeners)
Information about the listener.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateListenerResponse.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.CreateListenerResponse.Builder listeners(Consumer<Listener.Builder>... listeners)
Information about the 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 © 2023. All rights reserved.