@Stability(value=Stable) public static final class HttpNamespaceProps.Builder extends Object implements software.amazon.jsii.Builder<HttpNamespaceProps>
HttpNamespaceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HttpNamespaceProps |
build()
Builds the configured instance.
|
HttpNamespaceProps.Builder |
description(String description)
Sets the value of
BaseNamespaceProps.getDescription() |
HttpNamespaceProps.Builder |
name(String name)
Sets the value of
BaseNamespaceProps.getName() |
@Stability(value=Stable) public HttpNamespaceProps.Builder name(String name)
BaseNamespaceProps.getName()name - A name for the Namespace. This parameter is required.this@Stability(value=Stable) public HttpNamespaceProps.Builder description(String description)
BaseNamespaceProps.getDescription()description - A description of the Namespace.this@Stability(value=Stable) public HttpNamespaceProps build()
build in interface software.amazon.jsii.Builder<HttpNamespaceProps>HttpNamespacePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.