Interface LcmOperationInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LcmOperationInfo.Builder,LcmOperationInfo>,SdkBuilder<LcmOperationInfo.Builder,LcmOperationInfo>,SdkPojo
- Enclosing class:
- LcmOperationInfo
public static interface LcmOperationInfo.Builder extends SdkPojo, CopyableBuilder<LcmOperationInfo.Builder,LcmOperationInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LcmOperationInfo.BuildernsLcmOpOccId(String nsLcmOpOccId)The identifier of the network operation.-
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
-
-
-
-
Method Detail
-
nsLcmOpOccId
LcmOperationInfo.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.
-
-