@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 - `AWS::ServiceDiscovery::HttpNamespace.Name`. This parameter is required.this@Stability(value=Stable) public CfnHttpNamespaceProps.Builder description(String description)
CfnHttpNamespaceProps.getDescription()description - `AWS::ServiceDiscovery::HttpNamespace.Description`.this@Stability(value=Stable) public CfnHttpNamespaceProps.Builder tags(List<? extends CfnTag> tags)
CfnHttpNamespaceProps.getTags()tags - `AWS::ServiceDiscovery::HttpNamespace.Tags`.this@Stability(value=Stable) public CfnHttpNamespaceProps build()
build in interface software.amazon.jsii.Builder<CfnHttpNamespaceProps>CfnHttpNamespacePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.