public static interface GetSolNetworkOperationResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<GetSolNetworkOperationResponse.Builder,GetSolNetworkOperationResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSolNetworkOperationResponse.Builder arn(String arn)
Network operation ARN.
arn - Network operation ARN.GetSolNetworkOperationResponse.Builder error(ProblemDetails error)
Error related to this specific network operation occurrence.
error - Error related to this specific network operation occurrence.default GetSolNetworkOperationResponse.Builder error(Consumer<ProblemDetails.Builder> error)
Error related to this specific network operation occurrence.
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)GetSolNetworkOperationResponse.Builder id(String id)
ID of this network operation occurrence.
id - ID of this network operation occurrence.GetSolNetworkOperationResponse.Builder lcmOperationType(String lcmOperationType)
Type of the operation represented by this occurrence.
lcmOperationType - Type of the operation represented by this occurrence.LcmOperationType,
LcmOperationTypeGetSolNetworkOperationResponse.Builder lcmOperationType(LcmOperationType lcmOperationType)
Type of the operation represented by this occurrence.
lcmOperationType - Type of the operation represented by this occurrence.LcmOperationType,
LcmOperationTypeGetSolNetworkOperationResponse.Builder metadata(GetSolNetworkOperationMetadata metadata)
Metadata of this network operation occurrence.
metadata - Metadata of this network operation occurrence.default GetSolNetworkOperationResponse.Builder metadata(Consumer<GetSolNetworkOperationMetadata.Builder> metadata)
Metadata of this network operation occurrence.
This is a convenience method that creates an instance of theGetSolNetworkOperationMetadata.Builder
avoiding the need to create one manually via GetSolNetworkOperationMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to metadata(GetSolNetworkOperationMetadata).
metadata - a consumer that will call methods on GetSolNetworkOperationMetadata.Buildermetadata(GetSolNetworkOperationMetadata)GetSolNetworkOperationResponse.Builder nsInstanceId(String nsInstanceId)
ID of the network operation instance.
nsInstanceId - ID of the network operation instance.GetSolNetworkOperationResponse.Builder operationState(String operationState)
The state of the network operation.
operationState - The state of the network operation.NsLcmOperationState,
NsLcmOperationStateGetSolNetworkOperationResponse.Builder operationState(NsLcmOperationState operationState)
The state of the network operation.
operationState - The state of the network operation.NsLcmOperationState,
NsLcmOperationStateGetSolNetworkOperationResponse.Builder tags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
tags - A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
optional value. You can use tags to search and filter your resources or track your Amazon Web Services
costs.GetSolNetworkOperationResponse.Builder tasks(Collection<GetSolNetworkOperationTaskDetails> tasks)
All tasks associated with this operation occurrence.
tasks - All tasks associated with this operation occurrence.GetSolNetworkOperationResponse.Builder tasks(GetSolNetworkOperationTaskDetails... tasks)
All tasks associated with this operation occurrence.
tasks - All tasks associated with this operation occurrence.GetSolNetworkOperationResponse.Builder tasks(Consumer<GetSolNetworkOperationTaskDetails.Builder>... tasks)
All tasks associated with this operation occurrence.
This is a convenience method that creates an instance of theGetSolNetworkOperationTaskDetails.Builder avoiding the need
to create one manually via
GetSolNetworkOperationTaskDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #tasks(List.
tasks - a consumer that will call methods on
GetSolNetworkOperationTaskDetails.Builder#tasks(java.util.Collection) Copyright © 2023. All rights reserved.