public static final class DescribeCertsResponseBody.Certs.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCertsResponseBody.Certs |
build() |
DescribeCertsResponseBody.Certs.Builder |
certIdentifier(String certIdentifier)
The global certificate ID, which is in the certificate ID-cn-hangzhou format.
|
DescribeCertsResponseBody.Certs.Builder |
common(String common)
The domain name that is associated with the certificate.
|
DescribeCertsResponseBody.Certs.Builder |
domainRelated(Boolean domainRelated)
Indicates whether the certificate is associated with the domain name.
|
DescribeCertsResponseBody.Certs.Builder |
endDate(String endDate)
The expiration date of the certificate.
|
DescribeCertsResponseBody.Certs.Builder |
id(Integer id)
The certificate ID.
|
DescribeCertsResponseBody.Certs.Builder |
issuer(String issuer)
The certificate authority (CA) that issued the certificate.
|
DescribeCertsResponseBody.Certs.Builder |
name(String name)
The name of the certificate.
|
DescribeCertsResponseBody.Certs.Builder |
startDate(String startDate)
The issuance date of the certificate.
|
public DescribeCertsResponseBody.Certs.Builder certIdentifier(String certIdentifier)
The global certificate ID, which is in the certificate ID-cn-hangzhou format. If the ID of the certificate is 123, CertIdentifier is 123-cn-hangzhou.
example:126345-ap-southeast-1
public DescribeCertsResponseBody.Certs.Builder common(String common)
The domain name that is associated with the certificate.
example:public DescribeCertsResponseBody.Certs.Builder domainRelated(Boolean domainRelated)
Indicates whether the certificate is associated with the domain name. Valid values:
true
public DescribeCertsResponseBody.Certs.Builder endDate(String endDate)
The expiration date of the certificate. The value is a string.
example:2021-09-12
public DescribeCertsResponseBody.Certs.Builder id(Integer id)
The certificate ID.
example:81
public DescribeCertsResponseBody.Certs.Builder issuer(String issuer)
The certificate authority (CA) that issued the certificate.
example:Symantec
public DescribeCertsResponseBody.Certs.Builder name(String name)
The name of the certificate.
example:testcert
public DescribeCertsResponseBody.Certs.Builder startDate(String startDate)
The issuance date of the certificate. The value is a string.
example:2019-09-12
public DescribeCertsResponseBody.Certs build()
Copyright © 2026. All rights reserved.