Uses of Class
software.amazon.awscdk.services.config.RuleProps.Builder
-
Uses of RuleProps.Builder in software.amazon.awscdk.services.config
Modifier and TypeMethodDescriptionstatic RuleProps.Builder
RuleProps.builder()
RuleProps.Builder.configRuleName
(String configRuleName) Sets the value ofRuleProps.getConfigRuleName()
RuleProps.Builder.description
(String description) Sets the value ofRuleProps.getDescription()
RuleProps.Builder.inputParameters
(Map<String, ? extends Object> inputParameters) Sets the value ofRuleProps.getInputParameters()
RuleProps.Builder.maximumExecutionFrequency
(MaximumExecutionFrequency maximumExecutionFrequency) Sets the value ofRuleProps.getMaximumExecutionFrequency()
Sets the value ofRuleProps.getRuleScope()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(RuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theRuleProps.Builder
.