@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:25.106Z") @Stability(value=Stable) public interface HttpNamespaceAttributes 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.*;
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() |
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 HttpNamespaceAttributes.Builder builder()
HttpNamespaceAttributes.Builder of HttpNamespaceAttributesCopyright © 2022. All rights reserved.