public static interface DescribeListenersResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<DescribeListenersResponse.Builder,DescribeListenersResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeListenersResponse.Builder |
listeners(Collection<Listener> listeners)
Information about the listeners.
|
DescribeListenersResponse.Builder |
listeners(Consumer<Listener.Builder>... listeners)
Information about the listeners.
|
DescribeListenersResponse.Builder |
listeners(Listener... listeners)
Information about the listeners.
|
DescribeListenersResponse.Builder |
nextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeListenersResponse.Builder listeners(Collection<Listener> listeners)
Information about the listeners.
listeners - Information about the listeners.DescribeListenersResponse.Builder listeners(Listener... listeners)
Information about the listeners.
listeners - Information about the listeners.DescribeListenersResponse.Builder listeners(Consumer<Listener.Builder>... listeners)
Information about the listeners.
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) DescribeListenersResponse.Builder nextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is
null.Copyright © 2022. All rights reserved.