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 which holds the attributes that describe the application.build()
-
Method Details
-
create
@Stability(Stable) public static CfnAttributeGroupAssociation.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- 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- See Also:
-
attributeGroup
@Stability(Stable) public CfnAttributeGroupAssociation.Builder attributeGroup(String attributeGroup) The name or ID of the attribute group which holds the attributes that describe the application.- Parameters:
attributeGroup- The name or ID of the attribute group which holds the attributes that describe the application. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAttributeGroupAssociation>- Returns:
- a newly built instance of
CfnAttributeGroupAssociation.
-