Class CfnPublicDnsNamespacePropsMixin.PublicDnsPropertiesMutableProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.servicediscovery.CfnPublicDnsNamespacePropsMixin.PublicDnsPropertiesMutableProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPublicDnsNamespacePropsMixin.PublicDnsPropertiesMutableProperty>
- Enclosing interface:
CfnPublicDnsNamespacePropsMixin.PublicDnsPropertiesMutableProperty
@Stability(Stable)
public static final class CfnPublicDnsNamespacePropsMixin.PublicDnsPropertiesMutableProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPublicDnsNamespacePropsMixin.PublicDnsPropertiesMutableProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
soa
@Stability(Stable) public CfnPublicDnsNamespacePropsMixin.PublicDnsPropertiesMutableProperty.Builder soa(IResolvable soa) - Parameters:
soa- Start of Authority (SOA) record for the hosted zone for the public DNS namespace.- Returns:
this
-
soa
@Stability(Stable) public CfnPublicDnsNamespacePropsMixin.PublicDnsPropertiesMutableProperty.Builder soa(CfnPublicDnsNamespacePropsMixin.SOAProperty soa) - Parameters:
soa- Start of Authority (SOA) record for the hosted zone for the public DNS namespace.- Returns:
this
-
build
@Stability(Stable) public CfnPublicDnsNamespacePropsMixin.PublicDnsPropertiesMutableProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPublicDnsNamespacePropsMixin.PublicDnsPropertiesMutableProperty>- Returns:
- a new instance of
CfnPublicDnsNamespacePropsMixin.PublicDnsPropertiesMutableProperty - Throws:
NullPointerException- if any required attribute was not provided
-