public static interface DescribeManagedPrefixListsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeManagedPrefixListsRequest.Builder,DescribeManagedPrefixListsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeManagedPrefixListsRequest.Builder filters(Collection<Filter> filters)
One or more filters.
owner-id
- The ID of the prefix list owner.
prefix-list-id
- The ID of the prefix list.
prefix-list-name
- The name of the prefix list.
filters
- One or more filters.
owner-id
- The ID of the prefix list owner.
prefix-list-id
- The ID of the prefix list.
prefix-list-name
- The name of the prefix list.
DescribeManagedPrefixListsRequest.Builder filters(Filter... filters)
One or more filters.
owner-id
- The ID of the prefix list owner.
prefix-list-id
- The ID of the prefix list.
prefix-list-name
- The name of the prefix list.
filters
- One or more filters.
owner-id
- The ID of the prefix list owner.
prefix-list-id
- The ID of the prefix list.
prefix-list-name
- The name of the prefix list.
DescribeManagedPrefixListsRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters.
owner-id
- The ID of the prefix list owner.
prefix-list-id
- The ID of the prefix list.
prefix-list-name
- The name of the prefix list.
Filter.Builder
avoiding the need to create one manually via
Filter.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List
.
filters
- a consumer that will call methods on Filter.Builder
#filters(java.util.Collection)
DescribeManagedPrefixListsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.DescribeManagedPrefixListsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.DescribeManagedPrefixListsRequest.Builder prefixListIds(Collection<String> prefixListIds)
One or more prefix list IDs.
prefixListIds
- One or more prefix list IDs.DescribeManagedPrefixListsRequest.Builder prefixListIds(String... prefixListIds)
One or more prefix list IDs.
prefixListIds
- One or more prefix list IDs.DescribeManagedPrefixListsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeManagedPrefixListsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.