@Stability(value=Experimental) public static final class AllowListReceiptFilter.Builder extends Object implements software.amazon.jsii.Builder<AllowListReceiptFilter>
AllowListReceiptFilter.| Modifier and Type | Method and Description |
|---|---|
AllowListReceiptFilter |
build() |
static AllowListReceiptFilter.Builder |
create(software.constructs.Construct scope,
String id) |
AllowListReceiptFilter.Builder |
ips(List<String> ips)
(experimental) A list of ip addresses or ranges to allow list.
|
@Stability(value=Experimental) public static AllowListReceiptFilter.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.AllowListReceiptFilter.Builder.@Stability(value=Experimental) public AllowListReceiptFilter.Builder ips(List<String> ips)
ips - A list of ip addresses or ranges to allow list. This parameter is required.this@Stability(value=Experimental) public AllowListReceiptFilter build()
build in interface software.amazon.jsii.Builder<AllowListReceiptFilter>Copyright © 2021. All rights reserved.