public static final class GetVSwitchCidrReservationUsageRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetVSwitchCidrReservationUsageRequest |
build() |
GetVSwitchCidrReservationUsageRequest.Builder |
maxResults(Long maxResults)
The number of entries to return on each page.
|
GetVSwitchCidrReservationUsageRequest.Builder |
nextToken(String nextToken)
The pagination token that is used in the next request to retrieve a new page of results.
|
GetVSwitchCidrReservationUsageRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
GetVSwitchCidrReservationUsageRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
GetVSwitchCidrReservationUsageRequest.Builder |
regionId(String regionId)
The region ID of the vSwitch.
|
GetVSwitchCidrReservationUsageRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
GetVSwitchCidrReservationUsageRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
GetVSwitchCidrReservationUsageRequest.Builder |
vSwitchCidrReservationId(String vSwitchCidrReservationId)
The ID of the reserved CIDR block.
|
public GetVSwitchCidrReservationUsageRequest.Builder maxResults(Long maxResults)
public GetVSwitchCidrReservationUsageRequest.Builder nextToken(String nextToken)
* You do not need to specify this parameter for the first request. * If a value is returned for NextToken, specify the value in the next request to retrieve a new page of results.
public GetVSwitchCidrReservationUsageRequest.Builder ownerAccount(String ownerAccount)
public GetVSwitchCidrReservationUsageRequest.Builder ownerId(Long ownerId)
public GetVSwitchCidrReservationUsageRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public GetVSwitchCidrReservationUsageRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public GetVSwitchCidrReservationUsageRequest.Builder resourceOwnerId(Long resourceOwnerId)
public GetVSwitchCidrReservationUsageRequest.Builder vSwitchCidrReservationId(String vSwitchCidrReservationId)
public GetVSwitchCidrReservationUsageRequest build()
Copyright © 2024. All rights reserved.