public static final class CreateVpcPrefixListRequest.Builder extends Object
public CreateVpcPrefixListRequest.Builder clientToken(String clientToken)
You can use the client to generate the value, but you must make sure that it is unique among all requests. ClientToken can contain only ASCII characters. > If you do not specify this parameter, **ClientToken** is set to the value of **RequestId**. The value of **RequestId** for each API request may be different.
public CreateVpcPrefixListRequest.Builder dryRun(Boolean dryRun)
* **true**: performs a dry run. The system checks the required parameters, request syntax, and limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned. * **false** (default): performs a dry run and sends the request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
public CreateVpcPrefixListRequest.Builder ipVersion(String ipVersion)
* **IPv4** (default) * **IPv6**
public CreateVpcPrefixListRequest.Builder maxEntries(Integer maxEntries)
public CreateVpcPrefixListRequest.Builder ownerAccount(String ownerAccount)
public CreateVpcPrefixListRequest.Builder ownerId(Long ownerId)
public CreateVpcPrefixListRequest.Builder prefixListDescription(String prefixListDescription)
The description must be 1 to 256 characters in length and cannot start with `http://` or `https://`.
public CreateVpcPrefixListRequest.Builder prefixListEntries(List<CreateVpcPrefixListRequest.PrefixListEntries> prefixListEntries)
public CreateVpcPrefixListRequest.Builder prefixListName(String prefixListName)
The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
public CreateVpcPrefixListRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public CreateVpcPrefixListRequest.Builder resourceGroupId(String resourceGroupId)
public CreateVpcPrefixListRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public CreateVpcPrefixListRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CreateVpcPrefixListRequest.Builder tag(List<CreateVpcPrefixListRequest.Tag> tag)
public CreateVpcPrefixListRequest build()
Copyright © 2024. All rights reserved.