@Stability(value=Stable) public static final class CfnRuleGroupsNamespace.Builder extends Object implements software.amazon.jsii.Builder<CfnRuleGroupsNamespace>
CfnRuleGroupsNamespace.| Modifier and Type | Method and Description |
|---|---|
CfnRuleGroupsNamespace |
build() |
static CfnRuleGroupsNamespace.Builder |
create(software.constructs.Construct scope,
String id) |
CfnRuleGroupsNamespace.Builder |
data(String data)
The rules definition file for this namespace.
|
CfnRuleGroupsNamespace.Builder |
name(String name)
The name of the rule groups namespace.
|
CfnRuleGroupsNamespace.Builder |
tags(List<? extends CfnTag> tags)
A list of key and value pairs for the workspace resources.
|
CfnRuleGroupsNamespace.Builder |
workspace(String workspace)
The ARN of the workspace that contains this rule groups namespace.
|
@Stability(value=Stable) public static CfnRuleGroupsNamespace.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnRuleGroupsNamespace.Builder.@Stability(value=Stable) public CfnRuleGroupsNamespace.Builder data(String data)
data - The rules definition file for this namespace. This parameter is required.this@Stability(value=Stable) public CfnRuleGroupsNamespace.Builder name(String name)
This property is required.
name - The name of the rule groups namespace. This parameter is required.this@Stability(value=Stable) public CfnRuleGroupsNamespace.Builder workspace(String workspace)
workspace - The ARN of the workspace that contains this rule groups namespace. This parameter is required.this@Stability(value=Stable) public CfnRuleGroupsNamespace.Builder tags(List<? extends CfnTag> tags)
tags - A list of key and value pairs for the workspace resources. This parameter is required.this@Stability(value=Stable) public CfnRuleGroupsNamespace build()
build in interface software.amazon.jsii.Builder<CfnRuleGroupsNamespace>Copyright © 2022. All rights reserved.