Class AttributeGroupAssociationProps.Builder
java.lang.Object
software.amazon.awscdk.services.servicecatalogappregistry.alpha.AttributeGroupAssociationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AttributeGroupAssociationProps>
- Enclosing interface:
AttributeGroupAssociationProps
@Stability(Experimental)
public static final class AttributeGroupAssociationProps.Builder
extends Object
implements software.amazon.jsii.Builder<AttributeGroupAssociationProps>
A builder for
AttributeGroupAssociationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributeGroupName(String attributeGroupName) Sets the value ofAttributeGroupAssociationProps.getAttributeGroupName()attributes(Map<String, ? extends Object> attributes) Sets the value ofAttributeGroupAssociationProps.getAttributes()build()Builds the configured instance.description(String description) Sets the value ofAttributeGroupAssociationProps.getDescription()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
attributeGroupName
@Stability(Experimental) public AttributeGroupAssociationProps.Builder attributeGroupName(String attributeGroupName) Sets the value ofAttributeGroupAssociationProps.getAttributeGroupName()- Parameters:
attributeGroupName- Name for attribute group. This parameter is required.- Returns:
this
-
attributes
@Stability(Experimental) public AttributeGroupAssociationProps.Builder attributes(Map<String, ? extends Object> attributes) Sets the value ofAttributeGroupAssociationProps.getAttributes()- Parameters:
attributes- A JSON of nested key-value pairs that represent the attributes in the group. This parameter is required. Attributes maybe an empty JSON '{}', but must be explicitly stated.- Returns:
this
-
description
@Stability(Experimental) public AttributeGroupAssociationProps.Builder description(String description) Sets the value ofAttributeGroupAssociationProps.getDescription()- Parameters:
description- Description for attribute group.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AttributeGroupAssociationProps>- Returns:
- a new instance of
AttributeGroupAssociationProps - Throws:
NullPointerException- if any required attribute was not provided
-