Interface HttpNamespaceAttributes
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HttpNamespaceAttributes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:09.684Z")
@Stability(Stable)
public interface HttpNamespaceAttributes
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.*; HttpNamespaceAttributes httpNamespaceAttributes = HttpNamespaceAttributes.builder() .namespaceArn("namespaceArn") .namespaceId("namespaceId") .namespaceName("namespaceName") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forHttpNamespaceAttributes
static final class
An implementation forHttpNamespaceAttributes
-
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
- Returns:
- a
HttpNamespaceAttributes.Builder
ofHttpNamespaceAttributes
-