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