@Stability(value=Stable) public static final class CfnPublicDnsNamespace.Builder extends Object implements software.amazon.jsii.Builder<CfnPublicDnsNamespace>
CfnPublicDnsNamespace
.Modifier and Type | Method and Description |
---|---|
CfnPublicDnsNamespace |
build() |
static CfnPublicDnsNamespace.Builder |
create(Construct scope,
String id) |
CfnPublicDnsNamespace.Builder |
description(String description)
A description for the namespace.
|
CfnPublicDnsNamespace.Builder |
name(String name)
The name that you want to assign to this namespace.
|
CfnPublicDnsNamespace.Builder |
properties(CfnPublicDnsNamespace.PropertiesProperty properties)
Properties for the public DNS namespace.
|
CfnPublicDnsNamespace.Builder |
properties(IResolvable properties)
Properties for the public DNS namespace.
|
CfnPublicDnsNamespace.Builder |
tags(List<? extends CfnTag> tags)
The tags for the namespace.
|
@Stability(value=Stable) public static CfnPublicDnsNamespace.Builder create(Construct scope, String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnPublicDnsNamespace.PropertiesProperty.Builder
.@Stability(value=Stable) public CfnPublicDnsNamespace.Builder name(String name)
Do not include sensitive information in the name. The name is publicly available using DNS queries.
name
- The name that you want to assign to this namespace. This parameter is required.this
@Stability(value=Stable) public CfnPublicDnsNamespace.Builder description(String description)
description
- A description for the namespace. This parameter is required.this
@Stability(value=Stable) public CfnPublicDnsNamespace.Builder properties(IResolvable properties)
properties
- Properties for the public DNS namespace. This parameter is required.this
@Stability(value=Stable) public CfnPublicDnsNamespace.Builder properties(CfnPublicDnsNamespace.PropertiesProperty properties)
properties
- Properties for the public DNS namespace. This parameter is required.this
@Stability(value=Stable) public CfnPublicDnsNamespace.Builder tags(List<? extends CfnTag> tags)
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.
tags
- The tags for the namespace. This parameter is required.this
@Stability(value=Stable) public CfnPublicDnsNamespace build()
build
in interface software.amazon.jsii.Builder<CfnPublicDnsNamespace>
Copyright © 2023. All rights reserved.