public final class RenewCertificateOrderRequestProperties extends Object
| Constructor and Description |
|---|
RenewCertificateOrderRequestProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
csr()
Get the csr property: Csr to be used for re-key operation.
|
Boolean |
isPrivateKeyExternal()
Get the isPrivateKeyExternal property: Should we change the ASC type (from managed private key to external
private key and vice versa).
|
Integer |
keySize()
Get the keySize property: Certificate Key Size.
|
void |
validate()
Validates the instance.
|
RenewCertificateOrderRequestProperties |
withCsr(String csr)
Set the csr property: Csr to be used for re-key operation.
|
RenewCertificateOrderRequestProperties |
withIsPrivateKeyExternal(Boolean isPrivateKeyExternal)
Set the isPrivateKeyExternal property: Should we change the ASC type (from managed private key to external
private key and vice versa).
|
RenewCertificateOrderRequestProperties |
withKeySize(Integer keySize)
Set the keySize property: Certificate Key Size.
|
public RenewCertificateOrderRequestProperties()
public Integer keySize()
public RenewCertificateOrderRequestProperties withKeySize(Integer keySize)
keySize - the keySize value to set.public String csr()
public RenewCertificateOrderRequestProperties withCsr(String csr)
csr - the csr value to set.public Boolean isPrivateKeyExternal()
public RenewCertificateOrderRequestProperties withIsPrivateKeyExternal(Boolean isPrivateKeyExternal)
isPrivateKeyExternal - the isPrivateKeyExternal value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.