@Stability(value=Stable) public static final class CfnFirewallDomainListProps.Builder extends Object implements software.amazon.jsii.Builder<CfnFirewallDomainListProps>
CfnFirewallDomainListProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFirewallDomainListProps |
build()
Builds the configured instance.
|
CfnFirewallDomainListProps.Builder |
domainFileUrl(String domainFileUrl)
Sets the value of
CfnFirewallDomainListProps.getDomainFileUrl() |
CfnFirewallDomainListProps.Builder |
domains(List<String> domains)
Sets the value of
CfnFirewallDomainListProps.getDomains() |
CfnFirewallDomainListProps.Builder |
name(String name)
Sets the value of
CfnFirewallDomainListProps.getName() |
CfnFirewallDomainListProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnFirewallDomainListProps.getTags() |
@Stability(value=Stable) public CfnFirewallDomainListProps.Builder domainFileUrl(String domainFileUrl)
CfnFirewallDomainListProps.getDomainFileUrl()domainFileUrl - The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that contains the list of domains to import.
The file must be in an S3 bucket that's in the same Region as your DNS Firewall. The file must be a text file and must contain a single domain per line.this@Stability(value=Stable) public CfnFirewallDomainListProps.Builder domains(List<String> domains)
CfnFirewallDomainListProps.getDomains()domains - A list of the domain lists that you have defined.this@Stability(value=Stable) public CfnFirewallDomainListProps.Builder name(String name)
CfnFirewallDomainListProps.getName()name - The name of the domain list.this@Stability(value=Stable) public CfnFirewallDomainListProps.Builder tags(List<? extends CfnTag> tags)
CfnFirewallDomainListProps.getTags()tags - A list of the tag keys and values that you want to associate with the domain list.this@Stability(value=Stable) public CfnFirewallDomainListProps build()
build in interface software.amazon.jsii.Builder<CfnFirewallDomainListProps>CfnFirewallDomainListPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.