Class CfnAttributeGroupMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.servicecatalogappregistry.CfnAttributeGroupMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAttributeGroupMixinProps>
- Enclosing interface:
CfnAttributeGroupMixinProps
@Stability(Stable)
public static final class CfnAttributeGroupMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAttributeGroupMixinProps>
A builder for
CfnAttributeGroupMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(Object attributes) Sets the value ofCfnAttributeGroupMixinProps.getAttributes()build()Builds the configured instance.description(String description) Sets the value ofCfnAttributeGroupMixinProps.getDescription()Sets the value ofCfnAttributeGroupMixinProps.getName()Sets the value ofCfnAttributeGroupMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
attributes
Sets the value ofCfnAttributeGroupMixinProps.getAttributes()- Parameters:
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.- Returns:
this
-
description
Sets the value ofCfnAttributeGroupMixinProps.getDescription()- Parameters:
description- The description of the attribute group that the user provides.- Returns:
this
-
name
Sets the value ofCfnAttributeGroupMixinProps.getName()- Parameters:
name- The name of the attribute group.- Returns:
this
-
tags
Sets the value ofCfnAttributeGroupMixinProps.getTags()- Parameters:
tags- Key-value pairs you can use to associate with the attribute group.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAttributeGroupMixinProps>- Returns:
- a new instance of
CfnAttributeGroupMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-