public static interface ListSolNetworkOperationsResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<ListSolNetworkOperationsResponse.Builder,ListSolNetworkOperationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSolNetworkOperationsResponse.Builder |
networkOperations(Collection<ListSolNetworkOperationsInfo> networkOperations)
Lists network operation occurrences.
|
ListSolNetworkOperationsResponse.Builder |
networkOperations(Consumer<ListSolNetworkOperationsInfo.Builder>... networkOperations)
Lists network operation occurrences.
|
ListSolNetworkOperationsResponse.Builder |
networkOperations(ListSolNetworkOperationsInfo... networkOperations)
Lists network operation occurrences.
|
ListSolNetworkOperationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSolNetworkOperationsResponse.Builder networkOperations(Collection<ListSolNetworkOperationsInfo> networkOperations)
Lists network operation occurrences. Lifecycle management operations are deploy, update, or delete operations.
networkOperations - Lists network operation occurrences. Lifecycle management operations are deploy, update, or delete
operations.ListSolNetworkOperationsResponse.Builder networkOperations(ListSolNetworkOperationsInfo... networkOperations)
Lists network operation occurrences. Lifecycle management operations are deploy, update, or delete operations.
networkOperations - Lists network operation occurrences. Lifecycle management operations are deploy, update, or delete
operations.ListSolNetworkOperationsResponse.Builder networkOperations(Consumer<ListSolNetworkOperationsInfo.Builder>... networkOperations)
Lists network operation occurrences. Lifecycle management operations are deploy, update, or delete operations.
This is a convenience method that creates an instance of theListSolNetworkOperationsInfo.Builder avoiding the need to
create one manually via
ListSolNetworkOperationsInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #networkOperations(List.
networkOperations - a consumer that will call methods on
ListSolNetworkOperationsInfo.Builder#networkOperations(java.util.Collection) ListSolNetworkOperationsResponse.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.