@Stability(value=Stable) public static final class CfnAttributeGroupAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAttributeGroupAssociationProps>
CfnAttributeGroupAssociationProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnAttributeGroupAssociationProps.Builder |
application(String application)
Sets the value of
CfnAttributeGroupAssociationProps.getApplication() |
CfnAttributeGroupAssociationProps.Builder |
attributeGroup(String attributeGroup)
Sets the value of
CfnAttributeGroupAssociationProps.getAttributeGroup() |
CfnAttributeGroupAssociationProps |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnAttributeGroupAssociationProps.Builder application(String application)
CfnAttributeGroupAssociationProps.getApplication()
application
- `AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.Application`. This parameter is required.this
@Stability(value=Stable) public CfnAttributeGroupAssociationProps.Builder attributeGroup(String attributeGroup)
CfnAttributeGroupAssociationProps.getAttributeGroup()
attributeGroup
- `AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.AttributeGroup`. This parameter is required.this
@Stability(value=Stable) public CfnAttributeGroupAssociationProps build()
build
in interface software.amazon.jsii.Builder<CfnAttributeGroupAssociationProps>
CfnAttributeGroupAssociationProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.