@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.157Z") @Stability(value=Stable) public interface PrivateDnsNamespaceAttributes extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.servicediscovery.*;
PrivateDnsNamespaceAttributes privateDnsNamespaceAttributes = PrivateDnsNamespaceAttributes.builder()
.namespaceArn("namespaceArn")
.namespaceId("namespaceId")
.namespaceName("namespaceName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
PrivateDnsNamespaceAttributes.Builder
A builder for
PrivateDnsNamespaceAttributes |
static class |
PrivateDnsNamespaceAttributes.Jsii$Proxy
An implementation for
PrivateDnsNamespaceAttributes |
| Modifier and Type | Method and Description |
|---|---|
static PrivateDnsNamespaceAttributes.Builder |
builder() |
String |
getNamespaceArn()
Namespace ARN for the Namespace.
|
String |
getNamespaceId()
Namespace Id for the Namespace.
|
String |
getNamespaceName()
A name for the Namespace.
|
@Stability(value=Stable) @NotNull String getNamespaceArn()
@Stability(value=Stable) @NotNull String getNamespaceId()
@Stability(value=Stable) @NotNull String getNamespaceName()
@Stability(value=Stable) static PrivateDnsNamespaceAttributes.Builder builder()
Copyright © 2022. All rights reserved.