public static final class ListVpnCertificateAssociationsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListVpnCertificateAssociationsRequest |
build() |
ListVpnCertificateAssociationsRequest.Builder |
certificateId(List<String> certificateId)
The list of certificate IDs.
|
ListVpnCertificateAssociationsRequest.Builder |
certificateType(String certificateType)
The certificate type.
|
ListVpnCertificateAssociationsRequest.Builder |
maxResults(Integer maxResults)
The number of entries to return on each page.
|
ListVpnCertificateAssociationsRequest.Builder |
nextToken(String nextToken)
The pagination token that is used in the next request to retrieve a new page of results.
|
ListVpnCertificateAssociationsRequest.Builder |
regionId(String regionId)
The region ID of the VPN gateway.
|
ListVpnCertificateAssociationsRequest.Builder |
vpnGatewayId(List<String> vpnGatewayId)
The list of VPN gateway IDs.
|
public ListVpnCertificateAssociationsRequest.Builder certificateId(List<String> certificateId)
You can query the association between at most 20 SSL certificates and VPN gateways.
public ListVpnCertificateAssociationsRequest.Builder certificateType(String certificateType)
* **Encryption** * **Signature**
public ListVpnCertificateAssociationsRequest.Builder maxResults(Integer maxResults)
public ListVpnCertificateAssociationsRequest.Builder nextToken(String nextToken)
* You do not need to specify this parameter for the first request. * You must specify the token that is obtained from the previous query as the value of **NextToken**.
public ListVpnCertificateAssociationsRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ListVpnCertificateAssociationsRequest.Builder vpnGatewayId(List<String> vpnGatewayId)
You can query the association between at most 20 VPN gateways and SSL certificates.
public ListVpnCertificateAssociationsRequest build()
Copyright © 2024. All rights reserved.