public static interface ListListenersResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<ListListenersResponse.Builder,ListListenersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListListenersResponse.Builder |
items(Collection<ListenerSummary> items)
Information about the listeners.
|
ListListenersResponse.Builder |
items(Consumer<ListenerSummary.Builder>... items)
Information about the listeners.
|
ListListenersResponse.Builder |
items(ListenerSummary... items)
Information about the listeners.
|
ListListenersResponse.Builder |
nextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListListenersResponse.Builder items(Collection<ListenerSummary> items)
Information about the listeners.
items - Information about the listeners.ListListenersResponse.Builder items(ListenerSummary... items)
Information about the listeners.
items - Information about the listeners.ListListenersResponse.Builder items(Consumer<ListenerSummary.Builder>... items)
Information about the listeners.
This is a convenience method that creates an instance of theListenerSummary.Builder avoiding the need to create
one manually via ListenerSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
ListenerSummary.Builder#items(java.util.Collection) ListListenersResponse.Builder nextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
nextToken - If there are additional results, a pagination token for the next page of results.Copyright © 2023. All rights reserved.