@Stability(value=Stable) public static final class CfnDetector.RuleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDetector.RuleProperty>
CfnDetector.RuleProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDetector.RuleProperty.Builder arn(String arn)
CfnDetector.RuleProperty.getArn()arn - The rule ARN.this@Stability(value=Stable) public CfnDetector.RuleProperty.Builder createdTime(String createdTime)
CfnDetector.RuleProperty.getCreatedTime()createdTime - Timestamp for when the rule was created.this@Stability(value=Stable) public CfnDetector.RuleProperty.Builder description(String description)
CfnDetector.RuleProperty.getDescription()description - The rule description.this@Stability(value=Stable) public CfnDetector.RuleProperty.Builder detectorId(String detectorId)
CfnDetector.RuleProperty.getDetectorId()detectorId - The detector for which the rule is associated.this@Stability(value=Stable) public CfnDetector.RuleProperty.Builder expression(String expression)
CfnDetector.RuleProperty.getExpression()expression - The rule expression.
A rule expression captures the business logic. For more information, see Rule language reference .this@Stability(value=Stable) public CfnDetector.RuleProperty.Builder language(String language)
CfnDetector.RuleProperty.getLanguage()language - The rule language.this@Stability(value=Stable) public CfnDetector.RuleProperty.Builder lastUpdatedTime(String lastUpdatedTime)
CfnDetector.RuleProperty.getLastUpdatedTime()lastUpdatedTime - Timestamp for when the rule was last updated.this@Stability(value=Stable) public CfnDetector.RuleProperty.Builder outcomes(IResolvable outcomes)
CfnDetector.RuleProperty.getOutcomes()outcomes - The rule outcome.this@Stability(value=Stable) public CfnDetector.RuleProperty.Builder outcomes(List<? extends Object> outcomes)
CfnDetector.RuleProperty.getOutcomes()outcomes - The rule outcome.this@Stability(value=Stable) public CfnDetector.RuleProperty.Builder ruleId(String ruleId)
CfnDetector.RuleProperty.getRuleId()ruleId - The rule ID.this@Stability(value=Stable) public CfnDetector.RuleProperty.Builder ruleVersion(String ruleVersion)
CfnDetector.RuleProperty.getRuleVersion()ruleVersion - The rule version.this@Stability(value=Stable) public CfnDetector.RuleProperty.Builder tags(List<? extends CfnTag> tags)
CfnDetector.RuleProperty.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnDetector.RuleProperty build()
build in interface software.amazon.jsii.Builder<CfnDetector.RuleProperty>CfnDetector.RulePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.