Class CfnAttributeGroupAssociationProps.Builder
java.lang.Object
software.amazon.awscdk.services.servicecatalogappregistry.CfnAttributeGroupAssociationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAttributeGroupAssociationProps>
- Enclosing interface:
CfnAttributeGroupAssociationProps
@Stability(Stable)
public static final class CfnAttributeGroupAssociationProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAttributeGroupAssociationProps>
A builder for
CfnAttributeGroupAssociationProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapplication
(String application) Sets the value ofCfnAttributeGroupAssociationProps.getApplication()
attributeGroup
(String attributeGroup) Sets the value ofCfnAttributeGroupAssociationProps.getAttributeGroup()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
application
Sets the value ofCfnAttributeGroupAssociationProps.getApplication()
- Parameters:
application
- The name or ID of the application. This parameter is required.- Returns:
this
-
attributeGroup
@Stability(Stable) public CfnAttributeGroupAssociationProps.Builder attributeGroup(String attributeGroup) Sets the value ofCfnAttributeGroupAssociationProps.getAttributeGroup()
- 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
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAttributeGroupAssociationProps>
- Returns:
- a new instance of
CfnAttributeGroupAssociationProps
- Throws:
NullPointerException
- if any required attribute was not provided
-