Class CfnAttributeGroupAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.servicecatalogappregistry.CfnAttributeGroupAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAttributeGroupAssociationPropsMixin>
- Enclosing class:
CfnAttributeGroupAssociationPropsMixin
@Stability(Stable)
public static final class CfnAttributeGroupAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAttributeGroupAssociationPropsMixin>
A fluent builder for
CfnAttributeGroupAssociationPropsMixin.-
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()create()create(CfnPropertyMixinOptions options)
-
Method Details
-
create
@Stability(Stable) public static CfnAttributeGroupAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAttributeGroupAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAttributeGroupAssociationPropsMixin.Builder.
-
application
@Stability(Stable) public CfnAttributeGroupAssociationPropsMixin.Builder application(String 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 CfnAttributeGroupAssociationPropsMixin.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<CfnAttributeGroupAssociationPropsMixin>- Returns:
- a newly built instance of
CfnAttributeGroupAssociationPropsMixin.
-