Class FirewallDomainListProps.Builder
java.lang.Object
software.amazon.awscdk.services.route53resolver.alpha.FirewallDomainListProps.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<FirewallDomainListProps>
- Enclosing interface:
- FirewallDomainListProps
@Stability(Experimental)
public static final class FirewallDomainListProps.Builder
extends Object
implements software.amazon.jsii.Builder<FirewallDomainListProps>
A builder for 
FirewallDomainListProps- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.domains(FirewallDomains domains) Sets the value ofFirewallDomainListProps.getDomains()Sets the value ofFirewallDomainListProps.getName()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
domainsSets the value ofFirewallDomainListProps.getDomains()- Parameters:
- domains- A list of domains. This parameter is required.
- Returns:
- this
 
- 
nameSets the value ofFirewallDomainListProps.getName()- Parameters:
- name- A name for the domain list.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<FirewallDomainListProps>
- Returns:
- a new instance of FirewallDomainListProps
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-