@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:14.991Z") @Stability(value=Experimental) public interface HttpNamespaceProps extends software.amazon.jsii.JsiiSerializable, BaseNamespaceProps
// 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.*;
HttpNamespaceProps httpNamespaceProps = HttpNamespaceProps.builder()
.name("name")
// the properties below are optional
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpNamespaceProps.Builder
A builder for
HttpNamespaceProps |
static class |
HttpNamespaceProps.Jsii$Proxy
An implementation for
HttpNamespaceProps |
| Modifier and Type | Method and Description |
|---|---|
static HttpNamespaceProps.Builder |
builder() |
getDescription, getName@Stability(value=Experimental) static HttpNamespaceProps.Builder builder()
builder in interface BaseNamespacePropsHttpNamespaceProps.Builder of HttpNamespacePropsCopyright © 2022. All rights reserved.