@Stability(value=Experimental) public static final class HttpNamespaceAttributes.Builder extends Object implements software.amazon.jsii.Builder<HttpNamespaceAttributes>
HttpNamespaceAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HttpNamespaceAttributes |
build()
Builds the configured instance.
|
HttpNamespaceAttributes.Builder |
namespaceArn(String namespaceArn)
Sets the value of
HttpNamespaceAttributes.getNamespaceArn() |
HttpNamespaceAttributes.Builder |
namespaceId(String namespaceId)
Sets the value of
HttpNamespaceAttributes.getNamespaceId() |
HttpNamespaceAttributes.Builder |
namespaceName(String namespaceName)
Sets the value of
HttpNamespaceAttributes.getNamespaceName() |
@Stability(value=Experimental) public HttpNamespaceAttributes.Builder namespaceArn(String namespaceArn)
HttpNamespaceAttributes.getNamespaceArn()namespaceArn - Namespace ARN for the Namespace. This parameter is required.this@Stability(value=Experimental) public HttpNamespaceAttributes.Builder namespaceId(String namespaceId)
HttpNamespaceAttributes.getNamespaceId()namespaceId - Namespace Id for the Namespace. This parameter is required.this@Stability(value=Experimental) public HttpNamespaceAttributes.Builder namespaceName(String namespaceName)
HttpNamespaceAttributes.getNamespaceName()namespaceName - A name for the Namespace. This parameter is required.this@Stability(value=Experimental) public HttpNamespaceAttributes build()
build in interface software.amazon.jsii.Builder<HttpNamespaceAttributes>HttpNamespaceAttributesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.