@Stability(value=Stable) public static final class CfnReceiptFilter.Builder extends Object implements software.amazon.jsii.Builder<CfnReceiptFilter>
CfnReceiptFilter.| Modifier and Type | Method and Description |
|---|---|
CfnReceiptFilter |
build() |
static CfnReceiptFilter.Builder |
create(software.constructs.Construct scope,
String id) |
CfnReceiptFilter.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.
|
CfnReceiptFilter.Builder |
filter(IResolvable 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.
|
@Stability(value=Stable) public static CfnReceiptFilter.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnReceiptFilter.FilterProperty.Builder.@Stability(value=Stable) public CfnReceiptFilter.Builder filter(CfnReceiptFilter.FilterProperty filter)
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. This parameter is required.this@Stability(value=Stable) public CfnReceiptFilter.Builder filter(IResolvable filter)
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. This parameter is required.this@Stability(value=Stable) public CfnReceiptFilter build()
build in interface software.amazon.jsii.Builder<CfnReceiptFilter>Copyright © 2022. All rights reserved.