@Stability(value=Stable) public static final class PrivateDnsNamespace.Builder extends Object implements software.amazon.jsii.Builder<PrivateDnsNamespace>
PrivateDnsNamespace.| Modifier and Type | Method and Description |
|---|---|
PrivateDnsNamespace |
build() |
static PrivateDnsNamespace.Builder |
create(software.constructs.Construct scope,
String id) |
PrivateDnsNamespace.Builder |
description(String description)
A description of the Namespace.
|
PrivateDnsNamespace.Builder |
name(String name)
A name for the Namespace.
|
PrivateDnsNamespace.Builder |
vpc(IVpc vpc)
The Amazon VPC that you want to associate the namespace with.
|
@Stability(value=Stable) public static PrivateDnsNamespace.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.PrivateDnsNamespace.Builder.@Stability(value=Stable) public PrivateDnsNamespace.Builder name(String name)
name - A name for the Namespace. This parameter is required.this@Stability(value=Stable) public PrivateDnsNamespace.Builder description(String description)
Default: none
description - A description of the Namespace. This parameter is required.this@Stability(value=Stable) public PrivateDnsNamespace.Builder vpc(IVpc vpc)
vpc - The Amazon VPC that you want to associate the namespace with. This parameter is required.this@Stability(value=Stable) public PrivateDnsNamespace build()
build in interface software.amazon.jsii.Builder<PrivateDnsNamespace>Copyright © 2022. All rights reserved.