@Stability(value=Stable) public static final class CfnAttributeGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnAttributeGroup>
CfnAttributeGroup.| Modifier and Type | Method and Description |
|---|---|
CfnAttributeGroup.Builder |
attributes(Object attributes)
`AWS::ServiceCatalogAppRegistry::AttributeGroup.Attributes`.
|
CfnAttributeGroup |
build() |
static CfnAttributeGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAttributeGroup.Builder |
description(String description)
`AWS::ServiceCatalogAppRegistry::AttributeGroup.Description`.
|
CfnAttributeGroup.Builder |
name(String name)
`AWS::ServiceCatalogAppRegistry::AttributeGroup.Name`.
|
CfnAttributeGroup.Builder |
tags(Map<String,String> tags)
`AWS::ServiceCatalogAppRegistry::AttributeGroup.Tags`.
|
@Stability(value=Stable) public static CfnAttributeGroup.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.CfnAttributeGroup.Builder.@Stability(value=Stable) public CfnAttributeGroup.Builder attributes(Object attributes)
attributes - `AWS::ServiceCatalogAppRegistry::AttributeGroup.Attributes`. This parameter is required.this@Stability(value=Stable) public CfnAttributeGroup.Builder name(String name)
name - `AWS::ServiceCatalogAppRegistry::AttributeGroup.Name`. This parameter is required.this@Stability(value=Stable) public CfnAttributeGroup.Builder description(String description)
description - `AWS::ServiceCatalogAppRegistry::AttributeGroup.Description`. This parameter is required.this@Stability(value=Stable) public CfnAttributeGroup.Builder tags(Map<String,String> tags)
tags - `AWS::ServiceCatalogAppRegistry::AttributeGroup.Tags`. This parameter is required.this@Stability(value=Stable) public CfnAttributeGroup build()
build in interface software.amazon.jsii.Builder<CfnAttributeGroup>Copyright © 2021. All rights reserved.