@Stability(value=Experimental) public static final class AttributeGroup.Builder extends Object implements software.amazon.jsii.Builder<AttributeGroup>
AttributeGroup.| Modifier and Type | Method and Description |
|---|---|
AttributeGroup.Builder |
attributeGroupName(String attributeGroupName)
(experimental) Enforces a particular physical attribute group name.
|
AttributeGroup.Builder |
attributes(Map<String,? extends Object> attributes)
(experimental) A JSON of nested key-value pairs that represent the attributes in the group.
|
AttributeGroup |
build() |
static AttributeGroup.Builder |
create(software.constructs.Construct scope,
String id) |
AttributeGroup.Builder |
description(String description)
(experimental) Description for attribute group.
|
@Stability(value=Experimental) public static AttributeGroup.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.AttributeGroup.Builder.@Stability(value=Experimental) public AttributeGroup.Builder attributeGroupName(String attributeGroupName)
attributeGroupName - Enforces a particular physical attribute group name. This parameter is required.this@Stability(value=Experimental) public AttributeGroup.Builder attributes(Map<String,? extends Object> attributes)
Attributes maybe an empty JSON '{}', but must be explicitly stated.
attributes - A JSON of nested key-value pairs that represent the attributes in the group. This parameter is required.this@Stability(value=Experimental) public AttributeGroup.Builder description(String description)
Default: - No description provided
description - Description for attribute group. This parameter is required.this@Stability(value=Experimental) public AttributeGroup build()
build in interface software.amazon.jsii.Builder<AttributeGroup>Copyright © 2022. All rights reserved.