@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)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
|
CfnAttributeGroup |
build() |
static CfnAttributeGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAttributeGroup.Builder |
description(String description)
The description of the attribute group that the user provides.
|
CfnAttributeGroup.Builder |
name(String name)
The name of the attribute group.
|
CfnAttributeGroup.Builder |
tags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
|
@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 - A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components. This parameter is required.this@Stability(value=Stable) public CfnAttributeGroup.Builder name(String name)
name - The name of the attribute group. This parameter is required.this@Stability(value=Stable) public CfnAttributeGroup.Builder description(String description)
description - The description of the attribute group that the user provides. This parameter is required.this@Stability(value=Stable) public CfnAttributeGroup.Builder tags(Map<String,String> tags)
tags - Key-value pairs you can use to associate with the attribute group. This parameter is required.this@Stability(value=Stable) public CfnAttributeGroup build()
build in interface software.amazon.jsii.Builder<CfnAttributeGroup>Copyright © 2022. All rights reserved.