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