public static final class AssociateWebCertRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AssociateWebCertRequest |
build() |
AssociateWebCertRequest.Builder |
cert(String cert)
Cert.
|
AssociateWebCertRequest.Builder |
certId(Integer certId)
CertId.
|
AssociateWebCertRequest.Builder |
certIdentifier(String certIdentifier)
The globally unique ID of the certificate.
|
AssociateWebCertRequest.Builder |
certName(String certName)
CertName.
|
AssociateWebCertRequest.Builder |
certRegion(String certRegion)
The region of the certificate.
|
AssociateWebCertRequest.Builder |
domain(String domain)
This parameter is required.
|
AssociateWebCertRequest.Builder |
key(String key)
Key.
|
AssociateWebCertRequest.Builder |
regionId(String regionId)
RegionId.
|
public AssociateWebCertRequest.Builder regionId(String regionId)
public AssociateWebCertRequest.Builder cert(String cert)
public AssociateWebCertRequest.Builder certId(Integer certId)
public AssociateWebCertRequest.Builder certIdentifier(String certIdentifier)
The globally unique ID of the certificate. The value is in the "Certificate ID-cn-hangzhou" format. For example, if the ID of the certificate is 123, the value of the CertIdentifier parameter is 123-cn-hangzhou.
example:You can specify only one of this parameter and the CertId parameter.
9430680-cn-hangzhou
public AssociateWebCertRequest.Builder certName(String certName)
public AssociateWebCertRequest.Builder certRegion(String certRegion)
The region of the certificate. Valid values: cn-hangzhou and ap-southeast-1. Default value: cn-hangzhou.
example:cn-hangzhou
public AssociateWebCertRequest.Builder domain(String domain)
This parameter is required.
public AssociateWebCertRequest.Builder key(String key)
public AssociateWebCertRequest build()
Copyright © 2026. All rights reserved.