Uses of Interface
software.amazon.awscdk.services.ses.CfnReceiptFilter.FilterProperty
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of CfnReceiptFilter.FilterProperty in software.amazon.awscdk.services.ses
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnReceiptFilter.FilterProperty
Modifier and TypeMethodDescriptionCfnReceiptFilter.FilterProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnReceiptFilter.Builder.filter
(CfnReceiptFilter.FilterProperty filter) A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.CfnReceiptFilterProps.Builder.filter
(CfnReceiptFilter.FilterProperty filter) Sets the value ofCfnReceiptFilterProps.getFilter()
void
CfnReceiptFilter.setFilter
(CfnReceiptFilter.FilterProperty value) A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.