public static final class UploadServerCertificateResponseBody.Builder extends Object
public UploadServerCertificateResponseBody.Builder aliCloudCertificateId(String aliCloudCertificateId)
The AliCloud certificate ID.
example:775****
public UploadServerCertificateResponseBody.Builder aliCloudCertificateName(String aliCloudCertificateName)
The AliCloud certificate name.
example:cloudcertificate****
public UploadServerCertificateResponseBody.Builder commonName(String commonName)
The domain name of the CA certificate.
example:example.com
public UploadServerCertificateResponseBody.Builder createTime(String createTime)
The time when the CA certificate is uploaded.
example:2022-02-21T02:49:05Z
public UploadServerCertificateResponseBody.Builder createTimeStamp(Long createTimeStamp)
The timestamp generated when the CA certificate is uploaded.
example:1504147745000
public UploadServerCertificateResponseBody.Builder expireTime(String expireTime)
The time when the CA certificate expires.
example:2022-10-18T23:59:59Z
public UploadServerCertificateResponseBody.Builder expireTimeStamp(Long expireTimeStamp)
The timestamp generated when the CA certificate expires.
example:1504147745000
public UploadServerCertificateResponseBody.Builder fingerprint(String fingerprint)
The fingerprint of the CA certificate.
example:8f:7d:cb:e5:f8:c8:33:9c:17:65:c1:92:30:9e:45:55:9c:3a:85:60
public UploadServerCertificateResponseBody.Builder isAliCloudCertificate(Integer isAliCloudCertificate)
Indicates whether the certificate is provided by Alibaba Cloud Certificate Management Service. Valid values:
0
public UploadServerCertificateResponseBody.Builder regionId(String regionId)
The ID of the region where the Classic Load Balancer (CLB) instance is deployed.
You can call the DescribeRegions operation to query the most recent region list.
example:cn-hangzhou
public UploadServerCertificateResponseBody.Builder requestId(String requestId)
The ID of the request.
example:365F4154-92F6-4AE4-92F8-7FF34B540710
public UploadServerCertificateResponseBody.Builder resourceGroupId(String resourceGroupId)
The resource group ID.
example:rg-atstuj3rt****
public UploadServerCertificateResponseBody.Builder serverCertificateId(String serverCertificateId)
The ID of the server certificate.
example:1321932713******17f1b4b696b_1114720822-1671******
public UploadServerCertificateResponseBody.Builder serverCertificateName(String serverCertificateName)
The name of the server certificate.
The name must be 1 to 80 characters in length. It must start with an English letter. It can contain letters, numbers, periods (.), underscores (_), and hyphens (-).
example:mycert01
public UploadServerCertificateResponseBody.Builder subjectAlternativeNames(UploadServerCertificateResponseBody.SubjectAlternativeNames subjectAlternativeNames)
The subject alternative names.
A domain name list is supported. A maximum of 10 domain names are supported.
public UploadServerCertificateResponseBody build()
Copyright © 2026. All rights reserved.