CertificateResponse.DefinitionStages.WithProperties Interface

public static interface CertificateResponse.DefinitionStages.WithProperties

The stage of the CertificateResponse definition allowing to specify properties.

Method Summary

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

Specifies the properties property: properties of a certificate.

Method Details

withProperties

public abstract CertificateResponse.DefinitionStages.WithCreate withProperties(CertificateProperties properties)

Specifies the properties property: properties of a certificate.

Parameters:

properties - properties of a certificate.

Returns:

the next definition stage.

Applies to