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 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) 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 © 2020. All rights reserved.