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