Class RuleGroupsNamespaceReference.Builder
java.lang.Object
software.amazon.awscdk.services.aps.RuleGroupsNamespaceReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RuleGroupsNamespaceReference>
- Enclosing interface:
RuleGroupsNamespaceReference
@Stability(Stable)
public static final class RuleGroupsNamespaceReference.Builder
extends Object
implements software.amazon.jsii.Builder<RuleGroupsNamespaceReference>
A builder for
RuleGroupsNamespaceReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.ruleGroupsNamespaceArn
(String ruleGroupsNamespaceArn) Sets the value ofRuleGroupsNamespaceReference.getRuleGroupsNamespaceArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ruleGroupsNamespaceArn
@Stability(Stable) public RuleGroupsNamespaceReference.Builder ruleGroupsNamespaceArn(String ruleGroupsNamespaceArn) Sets the value ofRuleGroupsNamespaceReference.getRuleGroupsNamespaceArn()
- Parameters:
ruleGroupsNamespaceArn
- The Arn of the RuleGroupsNamespace resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<RuleGroupsNamespaceReference>
- Returns:
- a new instance of
RuleGroupsNamespaceReference
- Throws:
NullPointerException
- if any required attribute was not provided
-