public static interface ListSolNetworkOperationsInfo.Builder extends SdkPojo, CopyableBuilder<ListSolNetworkOperationsInfo.Builder,ListSolNetworkOperationsInfo>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListSolNetworkOperationsInfo.Builder arn(String arn)
Network operation ARN.
arn - Network operation ARN.ListSolNetworkOperationsInfo.Builder error(ProblemDetails error)
Error related to this specific network operation.
error - Error related to this specific network operation.default ListSolNetworkOperationsInfo.Builder error(Consumer<ProblemDetails.Builder> error)
Error related to this specific network operation.
This is a convenience method that creates an instance of theProblemDetails.Builder avoiding the need
to create one manually via ProblemDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to error(ProblemDetails).
error - a consumer that will call methods on ProblemDetails.Buildererror(ProblemDetails)ListSolNetworkOperationsInfo.Builder id(String id)
ID of this network operation.
id - ID of this network operation.ListSolNetworkOperationsInfo.Builder lcmOperationType(String lcmOperationType)
Type of lifecycle management network operation.
lcmOperationType - Type of lifecycle management network operation.LcmOperationType,
LcmOperationTypeListSolNetworkOperationsInfo.Builder lcmOperationType(LcmOperationType lcmOperationType)
Type of lifecycle management network operation.
lcmOperationType - Type of lifecycle management network operation.LcmOperationType,
LcmOperationTypeListSolNetworkOperationsInfo.Builder metadata(ListSolNetworkOperationsMetadata metadata)
Metadata related to this network operation.
metadata - Metadata related to this network operation.default ListSolNetworkOperationsInfo.Builder metadata(Consumer<ListSolNetworkOperationsMetadata.Builder> metadata)
Metadata related to this network operation.
This is a convenience method that creates an instance of theListSolNetworkOperationsMetadata.Builder
avoiding the need to create one manually via ListSolNetworkOperationsMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to metadata(ListSolNetworkOperationsMetadata).
metadata - a consumer that will call methods on ListSolNetworkOperationsMetadata.Buildermetadata(ListSolNetworkOperationsMetadata)ListSolNetworkOperationsInfo.Builder nsInstanceId(String nsInstanceId)
ID of the network instance related to this operation.
nsInstanceId - ID of the network instance related to this operation.ListSolNetworkOperationsInfo.Builder operationState(String operationState)
The state of the network operation.
operationState - The state of the network operation.NsLcmOperationState,
NsLcmOperationStateListSolNetworkOperationsInfo.Builder operationState(NsLcmOperationState operationState)
The state of the network operation.
operationState - The state of the network operation.NsLcmOperationState,
NsLcmOperationStateCopyright © 2023. All rights reserved.