public static final class ListIpv4GatewaysRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListIpv4GatewaysRequest |
build() |
ListIpv4GatewaysRequest.Builder |
ipv4GatewayId(String ipv4GatewayId)
The ID of the IPv4 gateway.
|
ListIpv4GatewaysRequest.Builder |
ipv4GatewayName(String ipv4GatewayName)
The name of the IPv4 gateway.
|
ListIpv4GatewaysRequest.Builder |
maxResults(Integer maxResults)
The number of entries to return on each page.
|
ListIpv4GatewaysRequest.Builder |
nextToken(String nextToken)
The token that is used for the next query.
|
ListIpv4GatewaysRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
ListIpv4GatewaysRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ListIpv4GatewaysRequest.Builder |
regionId(String regionId)
The ID of the region where the IPv4 gateways to be queried are deployed.
|
ListIpv4GatewaysRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the IPv4 gateway belongs.
|
ListIpv4GatewaysRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ListIpv4GatewaysRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
ListIpv4GatewaysRequest.Builder |
tags(List<ListIpv4GatewaysRequest.Tags> tags)
The tags of the resource.
|
ListIpv4GatewaysRequest.Builder |
vpcId(String vpcId)
The ID of the virtual private cloud (VPC) with which the IPv4 gateway is associated.
|
public ListIpv4GatewaysRequest.Builder ipv4GatewayId(String ipv4GatewayId)
public ListIpv4GatewaysRequest.Builder ipv4GatewayName(String ipv4GatewayName)
The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
public ListIpv4GatewaysRequest.Builder maxResults(Integer maxResults)
public ListIpv4GatewaysRequest.Builder nextToken(String nextToken)
* If this is your first query and no next queries are to be sent, ignore this parameter. * If a next query is to be sent, set the value to the value of NextToken that is returned from the last call.
public ListIpv4GatewaysRequest.Builder ownerAccount(String ownerAccount)
public ListIpv4GatewaysRequest.Builder ownerId(Long ownerId)
public ListIpv4GatewaysRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ListIpv4GatewaysRequest.Builder resourceGroupId(String resourceGroupId)
public ListIpv4GatewaysRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ListIpv4GatewaysRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ListIpv4GatewaysRequest.Builder tags(List<ListIpv4GatewaysRequest.Tags> tags)
public ListIpv4GatewaysRequest.Builder vpcId(String vpcId)
public ListIpv4GatewaysRequest build()
Copyright © 2024. All rights reserved.