Interface PrivateDnsNamespaceAttributes
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivateDnsNamespaceAttributes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-15T10:25:07.471Z")
@Stability(Stable)
public interface PrivateDnsNamespaceAttributes
extends software.amazon.jsii.JsiiSerializable
Example:
// 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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forPrivateDnsNamespaceAttributes
static final class
An implementation forPrivateDnsNamespaceAttributes
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Namespace ARN for the Namespace.Namespace Id for the Namespace.A name for the Namespace.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNamespaceArn
Namespace ARN for the Namespace. -
getNamespaceId
Namespace Id for the Namespace. -
getNamespaceName
A name for the Namespace. -
builder
-