public static final class DescribePrefixListsResponseBody.PrefixList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePrefixListsResponseBody.PrefixList.Builder |
addressFamily(String addressFamily)
The IP address family of the prefix list.
|
DescribePrefixListsResponseBody.PrefixList.Builder |
associationCount(Integer associationCount)
The number of associated resources.
|
DescribePrefixListsResponseBody.PrefixList |
build() |
DescribePrefixListsResponseBody.PrefixList.Builder |
creationTime(String creationTime)
The creation time.
|
DescribePrefixListsResponseBody.PrefixList.Builder |
description(String description)
The description.
|
DescribePrefixListsResponseBody.PrefixList.Builder |
maxEntries(Integer maxEntries)
The maximum number of entries in the prefix list.
|
DescribePrefixListsResponseBody.PrefixList.Builder |
prefixListId(String prefixListId)
The ID of the prefix list.
|
DescribePrefixListsResponseBody.PrefixList.Builder |
prefixListName(String prefixListName)
The name of the prefix list.
|
public DescribePrefixListsResponseBody.PrefixList.Builder addressFamily(String addressFamily)
The IP address family of the prefix list. Valid values:
IPv4
public DescribePrefixListsResponseBody.PrefixList.Builder associationCount(Integer associationCount)
The number of associated resources.
example:2
public DescribePrefixListsResponseBody.PrefixList.Builder creationTime(String creationTime)
The creation time.
example:2023-10-16T08:31:06Z
public DescribePrefixListsResponseBody.PrefixList.Builder description(String description)
The description.
example:TCP_14900-14911
public DescribePrefixListsResponseBody.PrefixList.Builder maxEntries(Integer maxEntries)
The maximum number of entries in the prefix list.
example:20
public DescribePrefixListsResponseBody.PrefixList.Builder prefixListId(String prefixListId)
The ID of the prefix list.
example:pl-uf64nco3ujjqchx6aaji
public DescribePrefixListsResponseBody.PrefixList.Builder prefixListName(String prefixListName)
The name of the prefix list.
example:participant-name
public DescribePrefixListsResponseBody.PrefixList build()
Copyright © 2026. All rights reserved.