@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)
The name or ID of the application.
|
CfnAttributeGroupAssociation.Builder |
attributeGroup(String attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
|
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 - The name or ID of the application. This parameter is required.this@Stability(value=Stable) public CfnAttributeGroupAssociation.Builder attributeGroup(String attributeGroup)
attributeGroup - The name or ID of the attribute group that holds the attributes to describe the application. This parameter is required.this@Stability(value=Stable) public CfnAttributeGroupAssociation build()
build in interface software.amazon.jsii.Builder<CfnAttributeGroupAssociation>Copyright © 2022. All rights reserved.