CopyableBuilder<DescribePrefixListsRequest.Builder,DescribePrefixListsRequest>
, SdkBuilder<DescribePrefixListsRequest.Builder,DescribePrefixListsRequest>
public static interface DescribePrefixListsRequest.Builder extends CopyableBuilder<DescribePrefixListsRequest.Builder,DescribePrefixListsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribePrefixListsRequest.Builder |
filters(Collection<Filter> filters) |
One or more filters.
|
DescribePrefixListsRequest.Builder |
filters(Filter... filters) |
One or more filters.
|
DescribePrefixListsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of items to return for this request.
|
DescribePrefixListsRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
DescribePrefixListsRequest.Builder |
prefixListIds(String... prefixListIds) |
One or more prefix list IDs.
|
DescribePrefixListsRequest.Builder |
prefixListIds(Collection<String> prefixListIds) |
One or more prefix list IDs.
|
copy
apply, build
DescribePrefixListsRequest.Builder filters(Collection<Filter> filters)
One or more filters.
prefix-list-id
: The ID of a prefix list.
prefix-list-name
: The name of a prefix list.
filters
- One or more filters.
prefix-list-id
: The ID of a prefix list.
prefix-list-name
: The name of a prefix list.
DescribePrefixListsRequest.Builder filters(Filter... filters)
One or more filters.
prefix-list-id
: The ID of a prefix list.
prefix-list-name
: The name of a prefix list.
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection)
or #withFilters(java.util.Collection)
if you want to
override the existing values.
filters
- One or more filters.
prefix-list-id
: The ID of a prefix list.
prefix-list-name
: The name of a prefix list.
DescribePrefixListsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
Constraint: If the value specified is greater than 1000, we return only 1000 items.
maxResults
- The maximum number of items to return for this request. The request returns a token that you can
specify in a subsequent call to get the next set of results.
Constraint: If the value specified is greater than 1000, we return only 1000 items.
DescribePrefixListsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a prior call.)
nextToken
- The token for the next set of items to return. (You received this token from a prior call.)DescribePrefixListsRequest.Builder prefixListIds(Collection<String> prefixListIds)
One or more prefix list IDs.
prefixListIds
- One or more prefix list IDs.DescribePrefixListsRequest.Builder prefixListIds(String... prefixListIds)
One or more prefix list IDs.
NOTE: This method appends the values to the existing list (if any). Use
#setPrefixListIds(java.util.Collection)
or #withPrefixListIds(java.util.Collection)
if you
want to override the existing values.
prefixListIds
- One or more prefix list IDs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.