Class CfnResourceGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.inspector.CfnResourceGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResourceGroupPropsMixin>
- Enclosing class:
CfnResourceGroupPropsMixin
@Stability(Stable)
public static final class CfnResourceGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResourceGroupPropsMixin>
A fluent builder for
CfnResourceGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) resourceGroupTags(List<? extends Object> resourceGroupTags) The tags (key and value pairs) that will be associated with the resource group.resourceGroupTags(IResolvable resourceGroupTags) The tags (key and value pairs) that will be associated with the resource group.
-
Method Details
-
create
@Stability(Stable) public static CfnResourceGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnResourceGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnResourceGroupPropsMixin.Builder.
-
resourceGroupTags
@Stability(Stable) public CfnResourceGroupPropsMixin.Builder resourceGroupTags(IResolvable resourceGroupTags) The tags (key and value pairs) that will be associated with the resource group.For more information, see Tag .
- Parameters:
resourceGroupTags- The tags (key and value pairs) that will be associated with the resource group. This parameter is required.- Returns:
this- See Also:
-
resourceGroupTags
@Stability(Stable) public CfnResourceGroupPropsMixin.Builder resourceGroupTags(List<? extends Object> resourceGroupTags) The tags (key and value pairs) that will be associated with the resource group.For more information, see Tag .
- Parameters:
resourceGroupTags- The tags (key and value pairs) that will be associated with the resource group. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResourceGroupPropsMixin>- Returns:
- a newly built instance of
CfnResourceGroupPropsMixin.
-