Class CfnResourceConfigurationPropsMixin.DnsResourceProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.vpclattice.mixins.CfnResourceConfigurationPropsMixin.DnsResourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResourceConfigurationPropsMixin.DnsResourceProperty>
- Enclosing interface:
CfnResourceConfigurationPropsMixin.DnsResourceProperty
@Stability(Stable)
public static final class CfnResourceConfigurationPropsMixin.DnsResourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResourceConfigurationPropsMixin.DnsResourceProperty>
A builder for
CfnResourceConfigurationPropsMixin.DnsResourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.domainName(String domainName) Sets the value ofCfnResourceConfigurationPropsMixin.DnsResourceProperty.getDomainName()ipAddressType(String ipAddressType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domainName
@Stability(Stable) public CfnResourceConfigurationPropsMixin.DnsResourceProperty.Builder domainName(String domainName) Sets the value ofCfnResourceConfigurationPropsMixin.DnsResourceProperty.getDomainName()- Parameters:
domainName- The domain name of the resource configuration.- Returns:
this
-
ipAddressType
@Stability(Stable) public CfnResourceConfigurationPropsMixin.DnsResourceProperty.Builder ipAddressType(String ipAddressType) - Parameters:
ipAddressType- The IP address type for the resource configuration. Dualstack is not currently supported.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResourceConfigurationPropsMixin.DnsResourceProperty>- Returns:
- a new instance of
CfnResourceConfigurationPropsMixin.DnsResourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-