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 theNetworkSite.Builder avoiding the need to create
one manually via NetworkSite.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #networkSites(List.
networkSites - a consumer that will call methods on
NetworkSite.Builder#networkSites(java.util.Collection) 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.