public static final class ListPrefixListsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListPrefixListsRequest |
build() |
ListPrefixListsRequest.Builder |
maxResults(Long maxResults)
The number of entries per page.
|
ListPrefixListsRequest.Builder |
nextToken(String nextToken)
The pagination token that is used in the next request to retrieve a new page of results.
|
ListPrefixListsRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
ListPrefixListsRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ListPrefixListsRequest.Builder |
prefixListIds(List<String> prefixListIds)
The IDs of prefix lists to be queried.
|
ListPrefixListsRequest.Builder |
prefixListName(String prefixListName)
The name of the prefix list to query.
|
ListPrefixListsRequest.Builder |
regionId(String regionId)
The ID of the region where you want to query prefix lists.
|
ListPrefixListsRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the prefix list belongs.
|
ListPrefixListsRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ListPrefixListsRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
ListPrefixListsRequest.Builder |
tags(List<ListPrefixListsRequest.Tags> tags)
The tags.
|
public ListPrefixListsRequest.Builder maxResults(Long maxResults)
public ListPrefixListsRequest.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 ListPrefixListsRequest.Builder ownerAccount(String ownerAccount)
public ListPrefixListsRequest.Builder ownerId(Long ownerId)
public ListPrefixListsRequest.Builder prefixListIds(List<String> prefixListIds)
public ListPrefixListsRequest.Builder prefixListName(String prefixListName)
The name must be 1 to 128 characters in length and cannot start with `http://` or `https://`.
public ListPrefixListsRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ListPrefixListsRequest.Builder resourceGroupId(String resourceGroupId)
public ListPrefixListsRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ListPrefixListsRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ListPrefixListsRequest.Builder tags(List<ListPrefixListsRequest.Tags> tags)
public ListPrefixListsRequest build()
Copyright © 2024. All rights reserved.