public static interface ListNetworksResponse.Builder extends ManagedBlockchainResponse.Builder, SdkPojo, CopyableBuilder<ListNetworksResponse.Builder,ListNetworksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNetworksResponse.Builder |
networks(Collection<NetworkSummary> networks)
An array of
NetworkSummary objects that contain configuration properties for each network. |
ListNetworksResponse.Builder |
networks(Consumer<NetworkSummary.Builder>... networks)
An array of
NetworkSummary objects that contain configuration properties for each network. |
ListNetworksResponse.Builder |
networks(NetworkSummary... networks)
An array of
NetworkSummary objects that contain configuration properties for each network. |
ListNetworksResponse.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNetworksResponse.Builder networks(Collection<NetworkSummary> networks)
An array of NetworkSummary objects that contain configuration properties for each network.
networks - An array of NetworkSummary objects that contain configuration properties for each
network.ListNetworksResponse.Builder networks(NetworkSummary... networks)
An array of NetworkSummary objects that contain configuration properties for each network.
networks - An array of NetworkSummary objects that contain configuration properties for each
network.ListNetworksResponse.Builder networks(Consumer<NetworkSummary.Builder>... networks)
An array of NetworkSummary objects that contain configuration properties for each network.
List.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 #networks(List) .networks - a consumer that will call methods on List.Builder #networks(List) ListNetworksResponse.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.Copyright © 2021. All rights reserved.