Class CfnResourceGroupProps.Builder
java.lang.Object
software.amazon.awscdk.services.inspector.CfnResourceGroupProps.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnResourceGroupProps>
- Enclosing interface:
- CfnResourceGroupProps
@Stability(Stable)
public static final class CfnResourceGroupProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResourceGroupProps>
A builder for 
CfnResourceGroupProps- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.resourceGroupTags(List<? extends Object> resourceGroupTags) Sets the value ofCfnResourceGroupProps.getResourceGroupTags()resourceGroupTags(IResolvable resourceGroupTags) Sets the value ofCfnResourceGroupProps.getResourceGroupTags()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
resourceGroupTags@Stability(Stable) public CfnResourceGroupProps.Builder resourceGroupTags(IResolvable resourceGroupTags) Sets the value ofCfnResourceGroupProps.getResourceGroupTags()- Parameters:
- resourceGroupTags- The tags (key and value pairs) that will be associated with the resource group. This parameter is required. For more information, see Tag .
- Returns:
- this
 
- 
resourceGroupTags@Stability(Stable) public CfnResourceGroupProps.Builder resourceGroupTags(List<? extends Object> resourceGroupTags) Sets the value ofCfnResourceGroupProps.getResourceGroupTags()- Parameters:
- resourceGroupTags- The tags (key and value pairs) that will be associated with the resource group. This parameter is required. For more information, see Tag .
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnResourceGroupProps>
- Returns:
- a new instance of CfnResourceGroupProps
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-