public static final class ListSSLCertResponseBody.Data.Builder extends Object
public ListSSLCertResponseBody.Data.Builder afterDate(String afterDate)
The time when the certificate expires. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:2021-04-01 02:35:12
public ListSSLCertResponseBody.Data.Builder algorithm(String algorithm)
The algorithm.
example:test
public ListSSLCertResponseBody.Data.Builder beforeDate(String beforeDate)
The time when the certificate took effect. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:2031-03-30 02:35:12
public ListSSLCertResponseBody.Data.Builder certIdentifier(String certIdentifier)
The ID of the certificate.
example:1234
public ListSSLCertResponseBody.Data.Builder certName(String certName)
The name of the certificate.
example:test.com
public ListSSLCertResponseBody.Data.Builder commonName(String commonName)
The domain name with which the certificate is associated.
example:*.test.com
public ListSSLCertResponseBody.Data.Builder gmtAfter(String gmtAfter)
The time when the certificate expires. This value is a GMT timestamp.
example:2021-04-01 02:35:12
public ListSSLCertResponseBody.Data.Builder gmtBefore(String gmtBefore)
The time when the certificate took effect. This value is a GMT timestamp.
example:2031-03-30 02:35:12
public ListSSLCertResponseBody.Data.Builder issuer(String issuer)
The issuer of the certificate.
example:test
public ListSSLCertResponseBody.Data.Builder sans(String sans)
The SSL certificate.
example:SSL
public ListSSLCertResponseBody.Data build()
Copyright © 2026. All rights reserved.