@Stability(value=Stable) public static final class CfnAttributeGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAttributeGroupProps>
CfnAttributeGroupProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnAttributeGroupProps.Builder |
attributes(Object attributes)
Sets the value of
CfnAttributeGroupProps.getAttributes() |
CfnAttributeGroupProps |
build()
Builds the configured instance.
|
CfnAttributeGroupProps.Builder |
description(String description)
Sets the value of
CfnAttributeGroupProps.getDescription() |
CfnAttributeGroupProps.Builder |
name(String name)
Sets the value of
CfnAttributeGroupProps.getName() |
CfnAttributeGroupProps.Builder |
tags(Map<String,String> tags)
Sets the value of
CfnAttributeGroupProps.getTags() |
@Stability(value=Stable) public CfnAttributeGroupProps.Builder attributes(Object attributes)
CfnAttributeGroupProps.getAttributes()
attributes
- `AWS::ServiceCatalogAppRegistry::AttributeGroup.Attributes`. This parameter is required.this
@Stability(value=Stable) public CfnAttributeGroupProps.Builder name(String name)
CfnAttributeGroupProps.getName()
name
- `AWS::ServiceCatalogAppRegistry::AttributeGroup.Name`. This parameter is required.this
@Stability(value=Stable) public CfnAttributeGroupProps.Builder description(String description)
CfnAttributeGroupProps.getDescription()
description
- `AWS::ServiceCatalogAppRegistry::AttributeGroup.Description`.this
@Stability(value=Stable) public CfnAttributeGroupProps.Builder tags(Map<String,String> tags)
CfnAttributeGroupProps.getTags()
tags
- `AWS::ServiceCatalogAppRegistry::AttributeGroup.Tags`.this
@Stability(value=Stable) public CfnAttributeGroupProps build()
build
in interface software.amazon.jsii.Builder<CfnAttributeGroupProps>
CfnAttributeGroupProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.