Class CfnAttributeGroupAssociationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.servicecatalogappregistry.CfnAttributeGroupAssociationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAttributeGroupAssociationMixinProps>
- Enclosing interface:
CfnAttributeGroupAssociationMixinProps
@Stability(Stable)
public static final class CfnAttributeGroupAssociationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAttributeGroupAssociationMixinProps>
A builder for
CfnAttributeGroupAssociationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplication(String application) Sets the value ofCfnAttributeGroupAssociationMixinProps.getApplication()attributeGroup(String attributeGroup) Sets the value ofCfnAttributeGroupAssociationMixinProps.getAttributeGroup()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
application
@Stability(Stable) public CfnAttributeGroupAssociationMixinProps.Builder application(String application) Sets the value ofCfnAttributeGroupAssociationMixinProps.getApplication()- Parameters:
application- The name or ID of the application.- Returns:
this
-
attributeGroup
@Stability(Stable) public CfnAttributeGroupAssociationMixinProps.Builder attributeGroup(String attributeGroup) Sets the value ofCfnAttributeGroupAssociationMixinProps.getAttributeGroup()- Parameters:
attributeGroup- The name or ID of the attribute group which holds the attributes that describe the application.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAttributeGroupAssociationMixinProps>- Returns:
- a new instance of
CfnAttributeGroupAssociationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-