@Stability(value=Stable) public static final class CfnHttpNamespaceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnHttpNamespaceProps>
CfnHttpNamespaceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnHttpNamespaceProps |
build()
Builds the configured instance.
|
CfnHttpNamespaceProps.Builder |
description(String description)
Sets the value of
CfnHttpNamespaceProps.getDescription() |
CfnHttpNamespaceProps.Builder |
name(String name)
Sets the value of
CfnHttpNamespaceProps.getName() |
CfnHttpNamespaceProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnHttpNamespaceProps.getTags() |
@Stability(value=Stable) public CfnHttpNamespaceProps.Builder name(String name)
CfnHttpNamespaceProps.getName()name - The name that you want to assign to this namespace. This parameter is required.this@Stability(value=Stable) public CfnHttpNamespaceProps.Builder description(String description)
CfnHttpNamespaceProps.getDescription()description - A description for the namespace.this@Stability(value=Stable) public CfnHttpNamespaceProps.Builder tags(List<? extends CfnTag> tags)
CfnHttpNamespaceProps.getTags()tags - The tags for the namespace.
Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.this@Stability(value=Stable) public CfnHttpNamespaceProps build()
build in interface software.amazon.jsii.Builder<CfnHttpNamespaceProps>CfnHttpNamespacePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.