@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 - The name or ID of the application. This parameter is required.this@Stability(value=Stable) public CfnAttributeGroupAssociationProps.Builder attributeGroup(String attributeGroup)
CfnAttributeGroupAssociationProps.getAttributeGroup()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 CfnAttributeGroupAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnAttributeGroupAssociationProps>CfnAttributeGroupAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.