Interface ListReceiptFiltersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListReceiptFiltersResponse.Builder,,ListReceiptFiltersResponse> SdkBuilder<ListReceiptFiltersResponse.Builder,,ListReceiptFiltersResponse> SdkPojo,SdkResponse.Builder,SesResponse.Builder
- Enclosing class:
- ListReceiptFiltersResponse
@Mutable
@NotThreadSafe
public static interface ListReceiptFiltersResponse.Builder
extends SesResponse.Builder, SdkPojo, CopyableBuilder<ListReceiptFiltersResponse.Builder,ListReceiptFiltersResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfilters(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(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.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ses.model.SesResponse.Builder
build, responseMetadata, responseMetadata
-
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 theReceiptFilter.Builderavoiding the need to create one manually viaReceiptFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<ReceiptFilter>).- Parameters:
filters- a consumer that will call methods onReceiptFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-