@Stability(value=Stable) public static final class CfnPublicDnsNamespaceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPublicDnsNamespaceProps>
CfnPublicDnsNamespaceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPublicDnsNamespaceProps |
build()
Builds the configured instance.
|
CfnPublicDnsNamespaceProps.Builder |
description(String description)
Sets the value of
CfnPublicDnsNamespaceProps.getDescription() |
CfnPublicDnsNamespaceProps.Builder |
name(String name)
Sets the value of
CfnPublicDnsNamespaceProps.getName() |
CfnPublicDnsNamespaceProps.Builder |
properties(CfnPublicDnsNamespace.PropertiesProperty properties)
Sets the value of
CfnPublicDnsNamespaceProps.getProperties() |
CfnPublicDnsNamespaceProps.Builder |
properties(IResolvable properties)
Sets the value of
CfnPublicDnsNamespaceProps.getProperties() |
CfnPublicDnsNamespaceProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnPublicDnsNamespaceProps.getTags() |
@Stability(value=Stable) public CfnPublicDnsNamespaceProps.Builder name(String name)
CfnPublicDnsNamespaceProps.getName()name - The name that you want to assign to this namespace. This parameter is required.this@Stability(value=Stable) public CfnPublicDnsNamespaceProps.Builder description(String description)
CfnPublicDnsNamespaceProps.getDescription()description - A description for the namespace.this@Stability(value=Stable) public CfnPublicDnsNamespaceProps.Builder properties(CfnPublicDnsNamespace.PropertiesProperty properties)
CfnPublicDnsNamespaceProps.getProperties()properties - Properties for the public DNS namespace.this@Stability(value=Stable) public CfnPublicDnsNamespaceProps.Builder properties(IResolvable properties)
CfnPublicDnsNamespaceProps.getProperties()properties - Properties for the public DNS namespace.this@Stability(value=Stable) public CfnPublicDnsNamespaceProps.Builder tags(List<? extends CfnTag> tags)
CfnPublicDnsNamespaceProps.getTags()tags - The tags for the namespace.
Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.this@Stability(value=Stable) public CfnPublicDnsNamespaceProps build()
build in interface software.amazon.jsii.Builder<CfnPublicDnsNamespaceProps>CfnPublicDnsNamespacePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.