public static final class AssociateWebCertRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
AssociateWebCertRequest |
build() |
AssociateWebCertRequest.Builder |
cert(String cert)
The public key of the certificate that you want to associate.
|
AssociateWebCertRequest.Builder |
certId(Integer certId)
The ID of the certificate that you want to associate.
|
AssociateWebCertRequest.Builder |
certName(String certName)
The name of the certificate that you want to associate.
|
AssociateWebCertRequest.Builder |
domain(String domain)
The domain name of the website.
|
AssociateWebCertRequest.Builder |
key(String key)
The private key of the certificate that you want to associate.
|
AssociateWebCertRequest.Builder |
regionId(String regionId)
RegionId.
|
AssociateWebCertRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
public AssociateWebCertRequest.Builder regionId(String regionId)
public AssociateWebCertRequest.Builder cert(String cert)
> If you specify a value for the **CertName**, **Cert**, and **Key** parameters, you do not need to specify a value for the **CertId** parameter.
public AssociateWebCertRequest.Builder certId(Integer certId)
> If you specify the certificate ID, you do not need to specify a value for the **CertName**, **Cert**, and **Key** parameters.
public AssociateWebCertRequest.Builder certName(String certName)
> If you specify a value for the **CertName**, **Cert**, and **Key** parameters, you do not need to specify a value for the **CertId** parameter.
public AssociateWebCertRequest.Builder domain(String domain)
> A forwarding rule must be configured for the domain name. You can call the [DescribeDomains](~~91724~~) operation to query all domain names.
public AssociateWebCertRequest.Builder key(String key)
> If you specify a value for the **CertName**, **Cert**, and **Key** parameters, you do not need to specify a value for the **CertId** parameter.
public AssociateWebCertRequest.Builder resourceGroupId(String resourceGroupId)
public AssociateWebCertRequest build()
Copyright © 2023. All rights reserved.