Interface UpdateSolNetworkInstanceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateSolNetworkInstanceResponse.Builder,UpdateSolNetworkInstanceResponse>,SdkBuilder<UpdateSolNetworkInstanceResponse.Builder,UpdateSolNetworkInstanceResponse>,SdkPojo,SdkResponse.Builder,TnbResponse.Builder
- Enclosing class:
- UpdateSolNetworkInstanceResponse
public static interface UpdateSolNetworkInstanceResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<UpdateSolNetworkInstanceResponse.Builder,UpdateSolNetworkInstanceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSolNetworkInstanceResponse.BuildernsLcmOpOccId(String nsLcmOpOccId)The identifier of the network operation.UpdateSolNetworkInstanceResponse.Buildertags(Map<String,String> tags)A tag is a label that you assign to an Amazon Web Services resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.tnb.model.TnbResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
nsLcmOpOccId
UpdateSolNetworkInstanceResponse.Builder nsLcmOpOccId(String nsLcmOpOccId)
The identifier of the network operation.
- Parameters:
nsLcmOpOccId- The identifier of the network operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
UpdateSolNetworkInstanceResponse.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. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
- Parameters:
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. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-