Class CfnHttpNamespacePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.servicediscovery.CfnHttpNamespacePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHttpNamespacePropsMixin>
- Enclosing class:
CfnHttpNamespacePropsMixin
@Stability(Stable)
public static final class CfnHttpNamespacePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHttpNamespacePropsMixin>
A fluent builder for
CfnHttpNamespacePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A description for the namespace.The name that you want to assign to this namespace.The tags for the namespace.
-
Method Details
-
create
@Stability(Stable) public static CfnHttpNamespacePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnHttpNamespacePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnHttpNamespacePropsMixin.Builder.
-
description
A description for the namespace.- Parameters:
description- A description for the namespace. This parameter is required.- Returns:
this- See Also:
-
name
The name that you want to assign to this namespace.- Parameters:
name- The name that you want to assign to this namespace. This parameter is required.- Returns:
this- See Also:
-
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.
- Parameters:
tags- The tags for the namespace. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHttpNamespacePropsMixin>- Returns:
- a newly built instance of
CfnHttpNamespacePropsMixin.
-