public static final class ListIpsecServersRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListIpsecServersRequest |
build() |
ListIpsecServersRequest.Builder |
ipsecServerId(List<String> ipsecServerId)
The ID of the IPsec server.
|
ListIpsecServersRequest.Builder |
ipsecServerName(String ipsecServerName)
The name of the IPsec server.
|
ListIpsecServersRequest.Builder |
maxResults(Integer maxResults)
The number of entries to return on each page.
|
ListIpsecServersRequest.Builder |
nextToken(String nextToken)
The pagination token that is used in the next request to retrieve a new page of results.
|
ListIpsecServersRequest.Builder |
regionId(String regionId)
The ID of the region where the IPsec server is created.
|
ListIpsecServersRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the IPsec server belongs.
|
ListIpsecServersRequest.Builder |
vpnGatewayId(String vpnGatewayId)
The ID of the VPN gateway.
|
public ListIpsecServersRequest.Builder ipsecServerId(List<String> ipsecServerId)
public ListIpsecServersRequest.Builder ipsecServerName(String ipsecServerName)
The name must be 1 to 100 characters in length and cannot start with `http://` or `https://`.
public ListIpsecServersRequest.Builder maxResults(Integer maxResults)
public ListIpsecServersRequest.Builder nextToken(String nextToken)
* If this is your first request and no next requests are to be performed, you do not need to specify this parameter. * You must specify the token that is obtained from the previous query as the value of **NextToken**.
public ListIpsecServersRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ListIpsecServersRequest.Builder resourceGroupId(String resourceGroupId)
The IPsec server has the same resource group as its associated VPN gateway instance. You can call the [DescribeVpnGateway](~~2526915~~) operation to query the ID of the resource group to which the VPN gateway instance belongs.
public ListIpsecServersRequest.Builder vpnGatewayId(String vpnGatewayId)
public ListIpsecServersRequest build()
Copyright © 2024. All rights reserved.