Class AllowListReceiptFilter.Builder
java.lang.Object
software.amazon.awscdk.services.ses.AllowListReceiptFilter.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AllowListReceiptFilter>
- Enclosing class:
AllowListReceiptFilter
@Stability(Stable)
public static final class AllowListReceiptFilter.Builder
extends Object
implements software.amazon.jsii.Builder<AllowListReceiptFilter>
A fluent builder for
AllowListReceiptFilter
.-
Method Summary
-
Method Details
-
create
@Stability(Stable) public static AllowListReceiptFilter.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- This parameter is required.id
- This parameter is required.- Returns:
- a new instance of
AllowListReceiptFilter.Builder
.
-
ips
A list of ip addresses or ranges to allow list.- Parameters:
ips
- A list of ip addresses or ranges to allow list. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<AllowListReceiptFilter>
- Returns:
- a newly built instance of
AllowListReceiptFilter
.
-