CopyableBuilder<ReceiptFilter.Builder,ReceiptFilter>
, SdkBuilder<ReceiptFilter.Builder,ReceiptFilter>
public static interface ReceiptFilter.Builder extends CopyableBuilder<ReceiptFilter.Builder,ReceiptFilter>
Modifier and Type | Method | Description |
---|---|---|
ReceiptFilter.Builder |
ipFilter(ReceiptIpFilter ipFilter) |
A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail
from them.
|
ReceiptFilter.Builder |
name(String name) |
The name of the IP address filter.
|
copy
apply, build
ReceiptFilter.Builder name(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.
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.
ReceiptFilter.Builder ipFilter(ReceiptIpFilter ipFilter)
A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.
ipFilter
- A structure that provides the IP addresses to block or allow, and whether to block or allow incoming
mail from them.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.