@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:28:00.153Z")
public interface HttpNamespaceAttributes
// 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.*; HttpNamespaceAttributes httpNamespaceAttributes = HttpNamespaceAttributes.builder() .namespaceArn("namespaceArn") .namespaceId("namespaceId") .namespaceName("namespaceName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
HttpNamespaceAttributes.Builder
A builder for
HttpNamespaceAttributes |
static class |
HttpNamespaceAttributes.Jsii$Proxy
An implementation for
HttpNamespaceAttributes |
Modifier and Type | Method and Description |
---|---|
static HttpNamespaceAttributes.Builder |
builder() |
java.lang.String |
getNamespaceArn()
Namespace ARN for the Namespace.
|
java.lang.String |
getNamespaceId()
Namespace Id for the Namespace.
|
java.lang.String |
getNamespaceName()
A name for the Namespace.
|
java.lang.String getNamespaceArn()
java.lang.String getNamespaceId()
java.lang.String getNamespaceName()
static HttpNamespaceAttributes.Builder builder()
HttpNamespaceAttributes.Builder
of HttpNamespaceAttributes