public static final class SetServerCertificateNameRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SetServerCertificateNameRequest |
build() |
SetServerCertificateNameRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
SetServerCertificateNameRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
SetServerCertificateNameRequest.Builder |
regionId(String regionId)
The region ID of the Classic Load Balancer (CLB) instance.
|
SetServerCertificateNameRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
SetServerCertificateNameRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
SetServerCertificateNameRequest.Builder |
serverCertificateId(String serverCertificateId)
The ID of the server certificate.
|
SetServerCertificateNameRequest.Builder |
serverCertificateName(String serverCertificateName)
The name of the third-party server certificate that you want to upload.
|
public SetServerCertificateNameRequest.Builder ownerAccount(String ownerAccount)
public SetServerCertificateNameRequest.Builder ownerId(Long ownerId)
public SetServerCertificateNameRequest.Builder regionId(String regionId)
The region ID of the Classic Load Balancer (CLB) instance. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
public SetServerCertificateNameRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public SetServerCertificateNameRequest.Builder resourceOwnerId(Long resourceOwnerId)
public SetServerCertificateNameRequest.Builder serverCertificateId(String serverCertificateId)
The ID of the server certificate.
This parameter is required.
example:139a0******-cn-east-hangzhou-01
public SetServerCertificateNameRequest.Builder serverCertificateName(String serverCertificateName)
The name of the third-party server certificate that you want to upload. The name must be 1 to 80 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.), underscores (_), and asterisks (*).
This parameter is required.
example:mycert01
public SetServerCertificateNameRequest build()
Copyright © 2026. All rights reserved.