@Stability(value=Experimental) public static final class FirewallDomainListProps.Builder extends Object implements software.amazon.jsii.Builder<FirewallDomainListProps>
FirewallDomainListProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FirewallDomainListProps |
build()
Builds the configured instance.
|
FirewallDomainListProps.Builder |
domains(FirewallDomains domains)
Sets the value of
FirewallDomainListProps.getDomains() |
FirewallDomainListProps.Builder |
name(String name)
Sets the value of
FirewallDomainListProps.getName() |
@Stability(value=Experimental) public FirewallDomainListProps.Builder domains(FirewallDomains domains)
FirewallDomainListProps.getDomains()domains - A list of domains. This parameter is required.this@Stability(value=Experimental) public FirewallDomainListProps.Builder name(String name)
FirewallDomainListProps.getName()name - A name for the domain list.this@Stability(value=Experimental) public FirewallDomainListProps build()
build in interface software.amazon.jsii.Builder<FirewallDomainListProps>FirewallDomainListPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.