Class WhiteListReceiptFilter.Builder
java.lang.Object
software.amazon.awscdk.services.ses.WhiteListReceiptFilter.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<WhiteListReceiptFilter>
- Enclosing class:
- WhiteListReceiptFilter
@Stability(Deprecated)
@Deprecated
public static final class WhiteListReceiptFilter.Builder
extends Object
implements software.amazon.jsii.Builder<WhiteListReceiptFilter>
Deprecated.
(deprecated) A fluent builder for
WhiteListReceiptFilter.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.Deprecated.Deprecated.A list of ip addresses or ranges to allow list.
-
Method Details
-
create
@Stability(Deprecated) @Deprecated public static WhiteListReceiptFilter.Builder create(software.constructs.Construct scope, String id) Deprecated.- Parameters:
scope- This parameter is required.id- This parameter is required.- Returns:
- a new instance of
WhiteListReceiptFilter.Builder.
-
ips
Deprecated.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
Deprecated.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<WhiteListReceiptFilter>- Returns:
- a newly built instance of
WhiteListReceiptFilter.
-