Interface Certificate.UpdateStages.WithIfMatch

All Known Subinterfaces:
Certificate.Update
Enclosing interface:
Certificate.UpdateStages

public static interface Certificate.UpdateStages.WithIfMatch
The stage of the Certificate update allowing to specify ifMatch.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the ifMatch property: The entity state (ETag) version of the certificate to update.
  • Method Details

    • withIfMatch

      Certificate.Update withIfMatch(String ifMatch)
      Specifies the ifMatch property: The entity state (ETag) version of the certificate to update. This value can be omitted or set to "*" to apply the operation unconditionally..
      Parameters:
      ifMatch - The entity state (ETag) version of the certificate to update. This value can be omitted or set to "*" to apply the operation unconditionally.
      Returns:
      the next definition stage.