Class CfnNamespace.Builder
java.lang.Object
software.amazon.awscdk.services.scn.CfnNamespace.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNamespace>
- Enclosing class:
CfnNamespace
@Stability(Stable)
public static final class CfnNamespace.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNamespace>
A fluent builder for
CfnNamespace.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnNamespace.Builderdescription(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 CfnNamespace.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnNamespace.Builder.
-
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:
-
description
The description of the namespace.- Parameters:
description- The description 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<CfnNamespace>- Returns:
- a newly built instance of
CfnNamespace.
-