Interface ListReceiptFiltersResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListReceiptFiltersResponse.Builder,ListReceiptFiltersResponse>, SdkBuilder<ListReceiptFiltersResponse.Builder,ListReceiptFiltersResponse>, SdkPojo, SdkResponse.Builder, SesResponse.Builder
Enclosing class:
ListReceiptFiltersResponse

public static interface ListReceiptFiltersResponse.Builder extends SesResponse.Builder, SdkPojo, CopyableBuilder<ListReceiptFiltersResponse.Builder,ListReceiptFiltersResponse>
  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the ReceiptFilter.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<ReceiptFilter>).

      Parameters:
      filters - a consumer that will call methods on ReceiptFilter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: