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