Class CfnAttributeGroup.Builder
java.lang.Object
software.amazon.awscdk.services.servicecatalogappregistry.CfnAttributeGroup.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAttributeGroup>
- Enclosing class:
CfnAttributeGroup
@Stability(Stable)
public static final class CfnAttributeGroup.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAttributeGroup>
A fluent builder for
CfnAttributeGroup
.-
Method Summary
Modifier and TypeMethodDescriptionattributes
(Object attributes) A nested object in a JSON or YAML template that supports arbitrary definitions.build()
static CfnAttributeGroup.Builder
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
- Parameters:
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.- Returns:
- a new instance of
CfnAttributeGroup.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
-
name
The name of the attribute group.- Parameters:
name
- The name of the attribute group. This parameter is required.- Returns:
this
-
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
-
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
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAttributeGroup>
-