public static final class DissociateVpnGatewayWithCertificateRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DissociateVpnGatewayWithCertificateRequest |
build() |
DissociateVpnGatewayWithCertificateRequest.Builder |
certificateId(String certificateId)
The certificate ID.
|
DissociateVpnGatewayWithCertificateRequest.Builder |
certificateType(String certificateType)
The certificate type.
|
DissociateVpnGatewayWithCertificateRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
DissociateVpnGatewayWithCertificateRequest.Builder |
dryRun(Boolean dryRun)
Specifies whether to perform a dry run, without performing the actual request.
|
DissociateVpnGatewayWithCertificateRequest.Builder |
regionId(String regionId)
The region ID of the VPN gateway.
|
DissociateVpnGatewayWithCertificateRequest.Builder |
vpnGatewayId(String vpnGatewayId)
The ID of the VPN gateway.
|
public DissociateVpnGatewayWithCertificateRequest.Builder certificateId(String certificateId)
> The certificate ID refers to the ID generated after the SSL certificate is associated with a VPN gateway. It is not the ID of the certificate itself. You can call [ListVpnCertificateAssociations](~~448813~~) to query certificate IDs.
public DissociateVpnGatewayWithCertificateRequest.Builder certificateType(String certificateType)
* **Encryption** * **Signature**
public DissociateVpnGatewayWithCertificateRequest.Builder clientToken(String clientToken)
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters. > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
public DissociateVpnGatewayWithCertificateRequest.Builder dryRun(Boolean dryRun)
* **true**: performs a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request passes the dry run, the `DryRunOperation` error code is returned. Otherwise, an error message is returned. * **false** (default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
public DissociateVpnGatewayWithCertificateRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public DissociateVpnGatewayWithCertificateRequest.Builder vpnGatewayId(String vpnGatewayId)
public DissociateVpnGatewayWithCertificateRequest build()
Copyright © 2024. All rights reserved.