@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 - `AWS::Route53Resolver::FirewallDomainList.DomainFileUrl`.this@Stability(value=Stable) public CfnFirewallDomainListProps.Builder domains(List<String> domains)
CfnFirewallDomainListProps.getDomains()domains - `AWS::Route53Resolver::FirewallDomainList.Domains`.this@Stability(value=Stable) public CfnFirewallDomainListProps.Builder name(String name)
CfnFirewallDomainListProps.getName()name - `AWS::Route53Resolver::FirewallDomainList.Name`.this@Stability(value=Stable) public CfnFirewallDomainListProps.Builder tags(List<? extends CfnTag> tags)
CfnFirewallDomainListProps.getTags()tags - `AWS::Route53Resolver::FirewallDomainList.Tags`.this@Stability(value=Stable) public CfnFirewallDomainListProps build()
build in interface software.amazon.jsii.Builder<CfnFirewallDomainListProps>CfnFirewallDomainListPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.