@Stability(value=Stable) public static final class CfnResourceGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceGroupProps>
CfnResourceGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceGroupProps |
build()
Builds the configured instance.
|
CfnResourceGroupProps.Builder |
resourceGroupTags(IResolvable resourceGroupTags)
Sets the value of
CfnResourceGroupProps.getResourceGroupTags() |
CfnResourceGroupProps.Builder |
resourceGroupTags(List<? extends Object> resourceGroupTags)
Sets the value of
CfnResourceGroupProps.getResourceGroupTags() |
@Stability(value=Stable) public CfnResourceGroupProps.Builder resourceGroupTags(IResolvable resourceGroupTags)
CfnResourceGroupProps.getResourceGroupTags()resourceGroupTags - The tags (key and value pairs) that will be associated with the resource group. This parameter is required.
For more information, see Tag .this@Stability(value=Stable) public CfnResourceGroupProps.Builder resourceGroupTags(List<? extends Object> resourceGroupTags)
CfnResourceGroupProps.getResourceGroupTags()resourceGroupTags - The tags (key and value pairs) that will be associated with the resource group. This parameter is required.
For more information, see Tag .this@Stability(value=Stable) public CfnResourceGroupProps build()
build in interface software.amazon.jsii.Builder<CfnResourceGroupProps>CfnResourceGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.