@Stability(value=Stable) public static final class CfnDHCPOptionsProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDHCPOptionsProps>
CfnDHCPOptionsProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDHCPOptionsProps |
build()
Builds the configured instance.
|
CfnDHCPOptionsProps.Builder |
domainName(String domainName)
Sets the value of
CfnDHCPOptionsProps.getDomainName() |
CfnDHCPOptionsProps.Builder |
domainNameServers(List<String> domainNameServers)
Sets the value of
CfnDHCPOptionsProps.getDomainNameServers() |
CfnDHCPOptionsProps.Builder |
netbiosNameServers(List<String> netbiosNameServers)
Sets the value of
CfnDHCPOptionsProps.getNetbiosNameServers() |
CfnDHCPOptionsProps.Builder |
netbiosNodeType(Number netbiosNodeType)
Sets the value of
CfnDHCPOptionsProps.getNetbiosNodeType() |
CfnDHCPOptionsProps.Builder |
ntpServers(List<String> ntpServers)
Sets the value of
CfnDHCPOptionsProps.getNtpServers() |
CfnDHCPOptionsProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnDHCPOptionsProps.getTags() |
@Stability(value=Stable) public CfnDHCPOptionsProps.Builder domainName(String domainName)
CfnDHCPOptionsProps.getDomainName()domainName - This value is used to complete unqualified DNS hostnames.
If you're using AmazonProvidedDNS in us-east-1 , specify ec2.internal . If you're using AmazonProvidedDNS in another Region, specify region . compute.internal (for example, ap-northeast-1.compute.internal ). Otherwise, specify a domain name (for example, MyCompany.com ).this@Stability(value=Stable) public CfnDHCPOptionsProps.Builder domainNameServers(List<String> domainNameServers)
CfnDHCPOptionsProps.getDomainNameServers()domainNameServers - The IPv4 addresses of up to four domain name servers, or `AmazonProvidedDNS` .
The default is AmazonProvidedDNS . To have your instance receive a custom DNS hostname as specified in DomainName , you must set this property to a custom DNS server.this@Stability(value=Stable) public CfnDHCPOptionsProps.Builder netbiosNameServers(List<String> netbiosNameServers)
CfnDHCPOptionsProps.getNetbiosNameServers()netbiosNameServers - The IPv4 addresses of up to four NetBIOS name servers.this@Stability(value=Stable) public CfnDHCPOptionsProps.Builder netbiosNodeType(Number netbiosNodeType)
CfnDHCPOptionsProps.getNetbiosNodeType()netbiosNodeType - The NetBIOS node type (1, 2, 4, or 8).
We recommend that you specify 2 (broadcast and multicast are not currently supported).this@Stability(value=Stable) public CfnDHCPOptionsProps.Builder ntpServers(List<String> ntpServers)
CfnDHCPOptionsProps.getNtpServers()ntpServers - The IPv4 addresses of up to four Network Time Protocol (NTP) servers.this@Stability(value=Stable) public CfnDHCPOptionsProps.Builder tags(List<? extends CfnTag> tags)
CfnDHCPOptionsProps.getTags()tags - Any tags assigned to the DHCP options set.this@Stability(value=Stable) public CfnDHCPOptionsProps build()
build in interface software.amazon.jsii.Builder<CfnDHCPOptionsProps>CfnDHCPOptionsPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.