@Stability(value=Stable) public static final class CfnAttributeGroupAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnAttributeGroupAssociation>
CfnAttributeGroupAssociation
.Modifier and Type | Method and Description |
---|---|
CfnAttributeGroupAssociation.Builder |
application(String application)
`AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.Application`.
|
CfnAttributeGroupAssociation.Builder |
attributeGroup(String attributeGroup)
`AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.AttributeGroup`.
|
CfnAttributeGroupAssociation |
build() |
static CfnAttributeGroupAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
@Stability(value=Stable) public static CfnAttributeGroupAssociation.Builder create(software.constructs.Construct scope, String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnAttributeGroupAssociation.Builder
.@Stability(value=Stable) public CfnAttributeGroupAssociation.Builder application(String application)
application
- `AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.Application`. This parameter is required.this
@Stability(value=Stable) public CfnAttributeGroupAssociation.Builder attributeGroup(String attributeGroup)
attributeGroup
- `AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.AttributeGroup`. This parameter is required.this
@Stability(value=Stable) public CfnAttributeGroupAssociation build()
build
in interface software.amazon.jsii.Builder<CfnAttributeGroupAssociation>
Copyright © 2021. All rights reserved.