ToCopyableBuilder<ReceiptFilter.Builder,ReceiptFilter>
@Generated("software.amazon.awssdk:codegen") public class ReceiptFilter extends Object implements ToCopyableBuilder<ReceiptFilter.Builder,ReceiptFilter>
A receipt IP address filter enables you to specify whether to accept or reject mail originating from an IP address or range of IP addresses.
For information about setting up IP address filters, see the Amazon SES Developer Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ReceiptFilter.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ReceiptFilter.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ReceiptIpFilter |
ipFilter() |
A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from
them.
|
String |
name() |
The name of the IP address filter.
|
static Class<? extends ReceiptFilter.Builder> |
serializableBuilderClass() |
|
ReceiptFilter.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The name of the IP address filter. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain less than 64 characters.
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain less than 64 characters.
public ReceiptIpFilter ipFilter()
A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.
public ReceiptFilter.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReceiptFilter.Builder,ReceiptFilter>
public static ReceiptFilter.Builder builder()
public static Class<? extends ReceiptFilter.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.