public static interface ListReceiptFiltersResponse.Builder extends SesResponse.Builder, SdkPojo, CopyableBuilder<ListReceiptFiltersResponse.Builder,ListReceiptFiltersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListReceiptFiltersResponse.Builder |
filters(Collection<ReceiptFilter> filters)
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether
to allow or block mail from it.
|
ListReceiptFiltersResponse.Builder |
filters(Consumer<ReceiptFilter.Builder>... filters)
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether
to allow or block mail from it.
|
ListReceiptFiltersResponse.Builder |
filters(ReceiptFilter... filters)
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether
to allow or block mail from it.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReceiptFiltersResponse.Builder filters(Collection<ReceiptFilter> filters)
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
filters - A list of IP address filter data structures, which each consist of a name, an IP address range, and
whether to allow or block mail from it.ListReceiptFiltersResponse.Builder filters(ReceiptFilter... filters)
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
filters - A list of IP address filter data structures, which each consist of a name, an IP address range, and
whether to allow or block mail from it.ListReceiptFiltersResponse.Builder filters(Consumer<ReceiptFilter.Builder>... filters)
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
This is a convenience that creates an instance of theList.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) Copyright © 2022. All rights reserved.