@Stability(value=Stable) 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)
A list of ip addresses or ranges to allow list.
|
@Stability(value=Stable) 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=Stable) 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=Stable) public AllowListReceiptFilter build()
build in interface software.amazon.jsii.Builder<AllowListReceiptFilter>Copyright © 2022. All rights reserved.