Class AttributeGroup.Builder
java.lang.Object
software.amazon.awscdk.services.servicecatalogappregistry.alpha.AttributeGroup.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AttributeGroup>
- Enclosing class:
AttributeGroup
@Stability(Experimental)
public static final class AttributeGroup.Builder
extends Object
implements software.amazon.jsii.Builder<AttributeGroup>
(experimental) A fluent builder for
AttributeGroup.-
Method Summary
Modifier and TypeMethodDescriptionattributeGroupName(String attributeGroupName) (experimental) Enforces a particular physical attribute group name.attributes(Map<String, ? extends Object> attributes) (experimental) A JSON of nested key-value pairs that represent the attributes in the group.build()static AttributeGroup.Builderdescription(String description) (experimental) Description for attribute group.
-
Method Details
-
create
@Stability(Experimental) public static AttributeGroup.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- This parameter is required.id- This parameter is required.- Returns:
- a new instance of
AttributeGroup.Builder.
-
attributeGroupName
@Stability(Experimental) public AttributeGroup.Builder attributeGroupName(String attributeGroupName) (experimental) Enforces a particular physical attribute group name.- Parameters:
attributeGroupName- Enforces a particular physical attribute group name. This parameter is required.- Returns:
this
-
attributes
@Stability(Experimental) public AttributeGroup.Builder attributes(Map<String, ? extends Object> attributes) (experimental) A JSON of nested key-value pairs that represent the attributes in the group.Attributes maybe an empty JSON '{}', but must be explicitly stated.
- Parameters:
attributes- A JSON of nested key-value pairs that represent the attributes in the group. This parameter is required.- Returns:
this
-
description
(experimental) Description for attribute group.Default: - No description provided
- Parameters:
description- Description for attribute group. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AttributeGroup>- Returns:
- a newly built instance of
AttributeGroup.
-