| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
RuleProps |
build()
Builds the configured instance.
|
RuleProps.Builder |
configRuleName(String configRuleName)
Sets the value of
RuleProps.getConfigRuleName() |
RuleProps.Builder |
description(String description)
Sets the value of
RuleProps.getDescription() |
RuleProps.Builder |
inputParameters(Map<String,? extends Object> inputParameters)
Sets the value of
RuleProps.getInputParameters() |
RuleProps.Builder |
maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
Sets the value of
RuleProps.getMaximumExecutionFrequency() |
RuleProps.Builder |
ruleScope(RuleScope ruleScope)
Sets the value of
RuleProps.getRuleScope() |
@Stability(value=Stable) public RuleProps.Builder configRuleName(String configRuleName)
RuleProps.getConfigRuleName()configRuleName - A name for the AWS Config rule.this@Stability(value=Stable) public RuleProps.Builder description(String description)
RuleProps.getDescription()description - A description about this AWS Config rule.this@Stability(value=Stable) public RuleProps.Builder inputParameters(Map<String,? extends Object> inputParameters)
RuleProps.getInputParameters()inputParameters - Input parameter values that are passed to the AWS Config rule.this@Stability(value=Stable) public RuleProps.Builder maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
RuleProps.getMaximumExecutionFrequency()maximumExecutionFrequency - The maximum frequency at which the AWS Config rule runs evaluations.this@Stability(value=Stable) public RuleProps.Builder ruleScope(RuleScope ruleScope)
RuleProps.getRuleScope()ruleScope - Defines which resources trigger an evaluation for an AWS Config rule.this@Stability(value=Stable) public RuleProps build()
build in interface software.amazon.jsii.Builder<RuleProps>RulePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.