Class CfnAttributeGroupAssociation.Builder
java.lang.Object
software.amazon.awscdk.services.servicecatalogappregistry.CfnAttributeGroupAssociation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAttributeGroupAssociation>
- Enclosing class:
- CfnAttributeGroupAssociation
@Stability(Stable)
public static final class CfnAttributeGroupAssociation.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAttributeGroupAssociation>
A fluent builder for
CfnAttributeGroupAssociation.-
Method Summary
Modifier and TypeMethodDescriptionapplication(String application) The name or ID of the application.attributeGroup(String attributeGroup) The name or ID of the attribute group that holds the attributes to describe the application.build()
-
Method Details
-
create
@Stability(Stable) public static CfnAttributeGroupAssociation.Builder create(Construct scope, String id) - Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnAttributeGroupAssociation.Builder.
-
application
The name or ID of the application.- Parameters:
application- The name or ID of the application. This parameter is required.- Returns:
this
-
attributeGroup
@Stability(Stable) public CfnAttributeGroupAssociation.Builder attributeGroup(String attributeGroup) The name or ID of the attribute group that holds the attributes to describe the application.- Parameters:
attributeGroup- The name or ID of the attribute group that holds the attributes to describe the application. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAttributeGroupAssociation>- Returns:
- a newly built instance of
CfnAttributeGroupAssociation.
-