Class CfnAttributeGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.servicecatalogappregistry.CfnAttributeGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAttributeGroupPropsMixin>
- Enclosing class:
CfnAttributeGroupPropsMixin
@Stability(Stable)
public static final class CfnAttributeGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAttributeGroupPropsMixin>
A fluent builder for
CfnAttributeGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionattributes(Object attributes) A nested object in a JSON or YAML template that supports arbitrary definitions.build()create()create(CfnPropertyMixinOptions options) description(String description) The description of the attribute group that the user provides.The name of the attribute group.Key-value pairs you can use to associate with the attribute group.
-
Method Details
-
create
@Stability(Stable) public static CfnAttributeGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAttributeGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAttributeGroupPropsMixin.Builder.
-
attributes
A nested object in a JSON or YAML template that supports arbitrary definitions.Represents the attributes in an attribute group that describes an application and its components.
- Parameters:
attributes- A nested object in a JSON or YAML template that supports arbitrary definitions. This parameter is required.- Returns:
this- See Also:
-
description
The description of the attribute group that the user provides.- Parameters:
description- The description of the attribute group that the user provides. This parameter is required.- Returns:
this- See Also:
-
name
The name of the attribute group.- Parameters:
name- The name of the attribute group. This parameter is required.- Returns:
this- See Also:
-
tags
Key-value pairs you can use to associate with the attribute group.- Parameters:
tags- Key-value pairs you can use to associate with the attribute group. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAttributeGroupPropsMixin>- Returns:
- a newly built instance of
CfnAttributeGroupPropsMixin.
-