@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.158Z") @Stability(value=Stable) public interface PublicDnsNamespaceAttributes 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.*;
PublicDnsNamespaceAttributes publicDnsNamespaceAttributes = PublicDnsNamespaceAttributes.builder()
.namespaceArn("namespaceArn")
.namespaceId("namespaceId")
.namespaceName("namespaceName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
PublicDnsNamespaceAttributes.Builder
A builder for
PublicDnsNamespaceAttributes |
static class |
PublicDnsNamespaceAttributes.Jsii$Proxy
An implementation for
PublicDnsNamespaceAttributes |
| Modifier and Type | Method and Description |
|---|---|
static PublicDnsNamespaceAttributes.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 PublicDnsNamespaceAttributes.Builder builder()
Copyright © 2022. All rights reserved.