@Stability(value=Stable) public static final class CfnPrivateDnsNamespaceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPrivateDnsNamespaceProps>
CfnPrivateDnsNamespaceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPrivateDnsNamespaceProps |
build()
Builds the configured instance.
|
CfnPrivateDnsNamespaceProps.Builder |
description(String description)
Sets the value of
CfnPrivateDnsNamespaceProps.getDescription() |
CfnPrivateDnsNamespaceProps.Builder |
name(String name)
Sets the value of
CfnPrivateDnsNamespaceProps.getName() |
CfnPrivateDnsNamespaceProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnPrivateDnsNamespaceProps.getTags() |
CfnPrivateDnsNamespaceProps.Builder |
vpc(String vpc)
Sets the value of
CfnPrivateDnsNamespaceProps.getVpc() |
@Stability(value=Stable) public CfnPrivateDnsNamespaceProps.Builder name(String name)
CfnPrivateDnsNamespaceProps.getName()name - `AWS::ServiceDiscovery::PrivateDnsNamespace.Name`. This parameter is required.this@Stability(value=Stable) public CfnPrivateDnsNamespaceProps.Builder vpc(String vpc)
CfnPrivateDnsNamespaceProps.getVpc()vpc - `AWS::ServiceDiscovery::PrivateDnsNamespace.Vpc`. This parameter is required.this@Stability(value=Stable) public CfnPrivateDnsNamespaceProps.Builder description(String description)
CfnPrivateDnsNamespaceProps.getDescription()description - `AWS::ServiceDiscovery::PrivateDnsNamespace.Description`.this@Stability(value=Stable) public CfnPrivateDnsNamespaceProps.Builder tags(List<? extends CfnTag> tags)
CfnPrivateDnsNamespaceProps.getTags()tags - `AWS::ServiceDiscovery::PrivateDnsNamespace.Tags`.this@Stability(value=Stable) public CfnPrivateDnsNamespaceProps build()
build in interface software.amazon.jsii.Builder<CfnPrivateDnsNamespaceProps>CfnPrivateDnsNamespacePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.