public static final class CfnAttributeGroup.Builder
extends java.lang.Object
CfnAttributeGroup
.Modifier and Type | Method and Description |
---|---|
CfnAttributeGroup.Builder |
attributes(java.lang.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(Construct scope,
java.lang.String id) |
CfnAttributeGroup.Builder |
description(java.lang.String description)
The description of the attribute group that the user provides.
|
CfnAttributeGroup.Builder |
name(java.lang.String name)
The name of the attribute group.
|
CfnAttributeGroup.Builder |
tags(java.util.Map<java.lang.String,java.lang.String> tags)
Key-value pairs you can use to associate with the attribute group.
|
public static CfnAttributeGroup.Builder create(Construct scope, java.lang.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
.public CfnAttributeGroup.Builder attributes(java.lang.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
public CfnAttributeGroup.Builder name(java.lang.String name)
name
- The name of the attribute group. This parameter is required.this
public CfnAttributeGroup.Builder description(java.lang.String description)
description
- The description of the attribute group that the user provides. This parameter is required.this
public CfnAttributeGroup.Builder tags(java.util.Map<java.lang.String,java.lang.String> tags)
tags
- Key-value pairs you can use to associate with the attribute group. This parameter is required.this
public CfnAttributeGroup build()