@Stability(value=Experimental) public static final class PrivateDnsNamespaceProps.Builder extends Object implements software.amazon.jsii.Builder<PrivateDnsNamespaceProps>
PrivateDnsNamespaceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsNamespaceProps |
build()
Builds the configured instance.
|
PrivateDnsNamespaceProps.Builder |
description(String description)
Sets the value of
BaseNamespaceProps.getDescription() |
PrivateDnsNamespaceProps.Builder |
name(String name)
Sets the value of
BaseNamespaceProps.getName() |
PrivateDnsNamespaceProps.Builder |
vpc(IVpc vpc)
Sets the value of
PrivateDnsNamespaceProps.getVpc() |
@Stability(value=Experimental) public PrivateDnsNamespaceProps.Builder vpc(IVpc vpc)
PrivateDnsNamespaceProps.getVpc()vpc - The Amazon VPC that you want to associate the namespace with. This parameter is required.this@Stability(value=Experimental) public PrivateDnsNamespaceProps.Builder name(String name)
BaseNamespaceProps.getName()name - A name for the Namespace. This parameter is required.this@Stability(value=Experimental) public PrivateDnsNamespaceProps.Builder description(String description)
BaseNamespaceProps.getDescription()description - A description of the Namespace.this@Stability(value=Experimental) public PrivateDnsNamespaceProps build()
build in interface software.amazon.jsii.Builder<PrivateDnsNamespaceProps>PrivateDnsNamespacePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.