Class CfnNamespacePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.scn.CfnNamespacePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNamespacePropsMixin>
- Enclosing class:
CfnNamespacePropsMixin
@Stability(Stable)
public static final class CfnNamespacePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNamespacePropsMixin>
A fluent builder for
CfnNamespacePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the namespace.instanceId(String instanceId) The Amazon Web Services Supply Chain instance identifier.The name of the namespace.The tags for the namespace.
-
Method Details
-
create
@Stability(Stable) public static CfnNamespacePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnNamespacePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnNamespacePropsMixin.Builder.
-
description
The description of the namespace.- Parameters:
description- The description of the namespace. This parameter is required.- Returns:
this- See Also:
-
instanceId
The Amazon Web Services Supply Chain instance identifier.- Parameters:
instanceId- The Amazon Web Services Supply Chain instance identifier. This parameter is required.- Returns:
this- See Also:
-
name
The name of the namespace.- Parameters:
name- The name of the namespace. This parameter is required.- Returns:
this- See Also:
-
tags
The tags for the namespace.- Parameters:
tags- The tags for the namespace. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNamespacePropsMixin>- Returns:
- a newly built instance of
CfnNamespacePropsMixin.
-