public static interface ListSolNetworkInstancesResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<ListSolNetworkInstancesResponse.Builder,ListSolNetworkInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSolNetworkInstancesResponse.Builder |
networkInstances(Collection<ListSolNetworkInstanceInfo> networkInstances)
Lists network instances.
|
ListSolNetworkInstancesResponse.Builder |
networkInstances(Consumer<ListSolNetworkInstanceInfo.Builder>... networkInstances)
Lists network instances.
|
ListSolNetworkInstancesResponse.Builder |
networkInstances(ListSolNetworkInstanceInfo... networkInstances)
Lists network instances.
|
ListSolNetworkInstancesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSolNetworkInstancesResponse.Builder networkInstances(Collection<ListSolNetworkInstanceInfo> networkInstances)
Lists network instances.
networkInstances - Lists network instances.ListSolNetworkInstancesResponse.Builder networkInstances(ListSolNetworkInstanceInfo... networkInstances)
Lists network instances.
networkInstances - Lists network instances.ListSolNetworkInstancesResponse.Builder networkInstances(Consumer<ListSolNetworkInstanceInfo.Builder>... networkInstances)
Lists network instances.
This is a convenience method that creates an instance of theListSolNetworkInstanceInfo.Builder avoiding the need to
create one manually via
ListSolNetworkInstanceInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #networkInstances(List.
networkInstances - a consumer that will call methods on
ListSolNetworkInstanceInfo.Builder#networkInstances(java.util.Collection) ListSolNetworkInstancesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2023. All rights reserved.