Class AllowListReceiptFilterProps.Builder
java.lang.Object
software.amazon.awscdk.services.ses.AllowListReceiptFilterProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AllowListReceiptFilterProps>
- Enclosing interface:
- AllowListReceiptFilterProps
@Stability(Stable)
public static final class AllowListReceiptFilterProps.Builder
extends Object
implements software.amazon.jsii.Builder<AllowListReceiptFilterProps>
A builder for
AllowListReceiptFilterProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofAllowListReceiptFilterProps.getIps()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ips
Sets the value ofAllowListReceiptFilterProps.getIps()- Parameters:
ips- A list of ip addresses or ranges to allow list. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AllowListReceiptFilterProps>- Returns:
- a new instance of
AllowListReceiptFilterProps - Throws:
NullPointerException- if any required attribute was not provided
-