public static final class ListVSwitchCidrReservationsRequest.Builder extends Object
public ListVSwitchCidrReservationsRequest.Builder ipVersion(String ipVersion)
* **IPv4** (default) * **IPv6**
public ListVSwitchCidrReservationsRequest.Builder maxResults(Long maxResults)
public ListVSwitchCidrReservationsRequest.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 ListVSwitchCidrReservationsRequest.Builder ownerAccount(String ownerAccount)
public ListVSwitchCidrReservationsRequest.Builder ownerId(Long ownerId)
public ListVSwitchCidrReservationsRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ListVSwitchCidrReservationsRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ListVSwitchCidrReservationsRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ListVSwitchCidrReservationsRequest.Builder tags(List<ListVSwitchCidrReservationsRequest.Tags> tags)
public ListVSwitchCidrReservationsRequest.Builder vSwitchCidrReservationIds(List<String> vSwitchCidrReservationIds)
public ListVSwitchCidrReservationsRequest.Builder vSwitchCidrReservationType(String vSwitchCidrReservationType)
> When you allocate CIDR blocks, or enable the service to automatically allocate CIDR blocks to elastic network interfaces (ENIs), the CIDR blocks to allocate must fall into the reserved CIDR block. If the reserved CIDR is exhausted, an error message is returned.
public ListVSwitchCidrReservationsRequest.Builder vSwitchId(String vSwitchId)
public ListVSwitchCidrReservationsRequest build()
Copyright © 2024. All rights reserved.