public static interface ListNetworkSitesResponse.Builder extends PrivateNetworksResponse.Builder, SdkPojo, CopyableBuilder<ListNetworkSitesResponse.Builder,ListNetworkSitesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNetworkSitesResponse.Builder |
networkSites(Collection<NetworkSite> networkSites)
Information about the network sites.
|
ListNetworkSitesResponse.Builder |
networkSites(Consumer<NetworkSite.Builder>... networkSites)
Information about the network sites.
|
ListNetworkSitesResponse.Builder |
networkSites(NetworkSite... networkSites)
Information about the network sites.
|
ListNetworkSitesResponse.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNetworkSitesResponse.Builder networkSites(Collection<NetworkSite> networkSites)
Information about the network sites.
networkSites - Information about the network sites.ListNetworkSitesResponse.Builder networkSites(NetworkSite... networkSites)
Information about the network sites.
networkSites - Information about the network sites.ListNetworkSitesResponse.Builder networkSites(Consumer<NetworkSite.Builder>... networkSites)
Information about the network sites.
This is a convenience method 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 #networkSites(List) .networkSites - a consumer that will call methods on List.Builder #networkSites(List) ListNetworkSitesResponse.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.Copyright © 2022. All rights reserved.