public static interface ListServiceNetworksResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<ListServiceNetworksResponse.Builder,ListServiceNetworksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServiceNetworksResponse.Builder |
items(Collection<ServiceNetworkSummary> items)
Information about the service networks.
|
ListServiceNetworksResponse.Builder |
items(Consumer<ServiceNetworkSummary.Builder>... items)
Information about the service networks.
|
ListServiceNetworksResponse.Builder |
items(ServiceNetworkSummary... items)
Information about the service networks.
|
ListServiceNetworksResponse.Builder |
nextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceNetworksResponse.Builder items(Collection<ServiceNetworkSummary> items)
Information about the service networks.
items - Information about the service networks.ListServiceNetworksResponse.Builder items(ServiceNetworkSummary... items)
Information about the service networks.
items - Information about the service networks.ListServiceNetworksResponse.Builder items(Consumer<ServiceNetworkSummary.Builder>... items)
Information about the service networks.
This is a convenience method that creates an instance of theServiceNetworkSummary.Builder avoiding the need to
create one manually via
ServiceNetworkSummary.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
ServiceNetworkSummary.Builder#items(java.util.Collection) ListServiceNetworksResponse.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.