Package com.dnsimple.request
Class CertificatePurchaseOptions
- java.lang.Object
-
- com.dnsimple.request.CertificatePurchaseOptions
-
public class CertificatePurchaseOptions extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificatePurchaseOptionsalternateNames(java.lang.String... names)Set alternate names for the certificateCertificatePurchaseOptionsautoRenew()Enable auto-renew for the certificateCertificatePurchaseOptionsname(java.lang.String name)Set a name for the certificatestatic CertificatePurchaseOptionsof(java.lang.Number contactId)
-
-
-
Method Detail
-
of
public static CertificatePurchaseOptions of(java.lang.Number contactId)
- Parameters:
contactId- The ID of an existing contact in your account.
-
autoRenew
public CertificatePurchaseOptions autoRenew()
Enable auto-renew for the certificate
-
name
public CertificatePurchaseOptions name(java.lang.String name)
Set a name for the certificate
-
alternateNames
public CertificatePurchaseOptions alternateNames(java.lang.String... names)
Set alternate names for the certificate
-
-