public static interface DescribeManagedPrefixListsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeManagedPrefixListsRequest.Builder,DescribeManagedPrefixListsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeManagedPrefixListsRequest.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.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) 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.BuilderDescribeManagedPrefixListsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.