Class AttributeGroupAssociationReference.Builder
java.lang.Object
software.amazon.awscdk.services.servicecatalogappregistry.AttributeGroupAssociationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AttributeGroupAssociationReference>
- Enclosing interface:
AttributeGroupAssociationReference
@Stability(Stable)
public static final class AttributeGroupAssociationReference.Builder
extends Object
implements software.amazon.jsii.Builder<AttributeGroupAssociationReference>
A builder for
AttributeGroupAssociationReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) Sets the value ofAttributeGroupAssociationReference.getApplicationArn()
attributeGroupArn
(String attributeGroupArn) Sets the value ofAttributeGroupAssociationReference.getAttributeGroupArn()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationArn
@Stability(Stable) public AttributeGroupAssociationReference.Builder applicationArn(String applicationArn) Sets the value ofAttributeGroupAssociationReference.getApplicationArn()
- Parameters:
applicationArn
- The ApplicationArn of the AttributeGroupAssociation resource. This parameter is required.- Returns:
this
-
attributeGroupArn
@Stability(Stable) public AttributeGroupAssociationReference.Builder attributeGroupArn(String attributeGroupArn) Sets the value ofAttributeGroupAssociationReference.getAttributeGroupArn()
- Parameters:
attributeGroupArn
- The AttributeGroupArn of the AttributeGroupAssociation resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<AttributeGroupAssociationReference>
- Returns:
- a new instance of
AttributeGroupAssociationReference
- Throws:
NullPointerException
- if any required attribute was not provided
-