Interface Certificate.UpdateStages.WithData
- All Known Subinterfaces:
Certificate.Update
- Enclosing interface:
- Certificate.UpdateStages
public static interface Certificate.UpdateStages.WithData
The stage of the Certificate update allowing to specify data.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the data property: The base64-encoded contents of the certificate.
-
Method Details
-
withData
Specifies the data property: The base64-encoded contents of the certificate. The maximum size is 10KB..- Parameters:
data- The base64-encoded contents of the certificate. The maximum size is 10KB.- Returns:
- the next definition stage.
-