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 method that creates an instance of theReceiptFilter.Builder avoiding the need to create one
manually via ReceiptFilter.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
ReceiptFilter.Builder#filters(java.util.Collection) Copyright © 2022. All rights reserved.