@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.117Z") @Stability(value=Stable) public interface BaseNamespaceProps 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.*;
BaseNamespaceProps baseNamespaceProps = BaseNamespaceProps.builder()
.name("name")
// the properties below are optional
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BaseNamespaceProps.Builder
A builder for
BaseNamespaceProps |
static class |
BaseNamespaceProps.Jsii$Proxy
An implementation for
BaseNamespaceProps |
| Modifier and Type | Method and Description |
|---|---|
static BaseNamespaceProps.Builder |
builder() |
default String |
getDescription()
A description of the Namespace.
|
String |
getName()
A name for the Namespace.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getDescription()
Default: none
@Stability(value=Stable) static BaseNamespaceProps.Builder builder()
BaseNamespaceProps.Builder of BaseNamespacePropsCopyright © 2022. All rights reserved.