@Stability(value=Stable) public static final class CfnInsightRuleProps.Builder extends Object implements software.amazon.jsii.Builder<CfnInsightRuleProps>
CfnInsightRuleProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInsightRuleProps |
build()
Builds the configured instance.
|
CfnInsightRuleProps.Builder |
ruleBody(String ruleBody)
Sets the value of
CfnInsightRuleProps.getRuleBody() |
CfnInsightRuleProps.Builder |
ruleName(String ruleName)
Sets the value of
CfnInsightRuleProps.getRuleName() |
CfnInsightRuleProps.Builder |
ruleState(String ruleState)
Sets the value of
CfnInsightRuleProps.getRuleState() |
CfnInsightRuleProps.Builder |
tags(IResolvable tags)
Sets the value of
CfnInsightRuleProps.getTags() |
CfnInsightRuleProps.Builder |
tags(List<? extends Object> tags)
Sets the value of
CfnInsightRuleProps.getTags() |
@Stability(value=Stable) public CfnInsightRuleProps.Builder ruleBody(String ruleBody)
CfnInsightRuleProps.getRuleBody()ruleBody - `AWS::CloudWatch::InsightRule.RuleBody`. This parameter is required.this@Stability(value=Stable) public CfnInsightRuleProps.Builder ruleName(String ruleName)
CfnInsightRuleProps.getRuleName()ruleName - `AWS::CloudWatch::InsightRule.RuleName`. This parameter is required.this@Stability(value=Stable) public CfnInsightRuleProps.Builder ruleState(String ruleState)
CfnInsightRuleProps.getRuleState()ruleState - `AWS::CloudWatch::InsightRule.RuleState`. This parameter is required.this@Stability(value=Stable) public CfnInsightRuleProps.Builder tags(IResolvable tags)
CfnInsightRuleProps.getTags()tags - `AWS::CloudWatch::InsightRule.Tags`.this@Stability(value=Stable) public CfnInsightRuleProps.Builder tags(List<? extends Object> tags)
CfnInsightRuleProps.getTags()tags - `AWS::CloudWatch::InsightRule.Tags`.this@Stability(value=Stable) public CfnInsightRuleProps build()
build in interface software.amazon.jsii.Builder<CfnInsightRuleProps>CfnInsightRulePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.