Share via


Certificate.UpdateStages.WithData Interface

public static interface Certificate.UpdateStages.WithData

The stage of the Certificate update allowing to specify data.

Method Summary

Modifier and Type Method and Description
abstract Update withData(String data)

Specifies the data property: The maximum size is 10KB..

Method Details

withData

public abstract Certificate.Update withData(String data)

Specifies the data property: The maximum size is 10KB..

Parameters:

data - The maximum size is 10KB.

Returns:

the next definition stage.

Applies to