public static interface DescribeListenersResponse.Builder extends ElasticLoadBalancingv2Response.Builder, CopyableBuilder<DescribeListenersResponse.Builder,DescribeListenersResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeListenersResponse.Builder |
listeners(Collection<Listener> listeners)
Information about the listeners.
|
DescribeListenersResponse.Builder |
listeners(Listener... listeners)
Information about the listeners.
|
DescribeListenersResponse.Builder |
nextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
buildcopyapply, 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 nextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker - The marker to use when requesting the next set of results. If there are no additional results, the
string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.