CertificateResponse.UpdateStages.WithProperties Interface

public static interface CertificateResponse.UpdateStages.WithProperties

The stage of the CertificateResponse update allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract Update withProperties(CertificateProperties properties)

Specifies the properties property: properties of a certificate.

Method Details

withProperties

public abstract CertificateResponse.Update withProperties(CertificateProperties properties)

Specifies the properties property: properties of a certificate.

Parameters:

properties - properties of a certificate.

Returns:

the next definition stage.

Applies to