Uses of Class
software.amazon.awscdk.services.config.CfnConfigRuleProps.Builder
Packages that use CfnConfigRuleProps.Builder
-
Uses of CfnConfigRuleProps.Builder in software.amazon.awscdk.services.config
Methods in software.amazon.awscdk.services.config that return CfnConfigRuleProps.BuilderModifier and TypeMethodDescriptionstatic CfnConfigRuleProps.BuilderCfnConfigRuleProps.builder()CfnConfigRuleProps.Builder.configRuleName(String configRuleName) Sets the value ofCfnConfigRuleProps.getConfigRuleName()CfnConfigRuleProps.Builder.description(String description) Sets the value ofCfnConfigRuleProps.getDescription()CfnConfigRuleProps.Builder.inputParameters(Object inputParameters) Sets the value ofCfnConfigRuleProps.getInputParameters()CfnConfigRuleProps.Builder.maximumExecutionFrequency(String maximumExecutionFrequency) Sets the value ofCfnConfigRuleProps.getMaximumExecutionFrequency()CfnConfigRuleProps.Builder.scope(IResolvable scope) Sets the value ofCfnConfigRuleProps.getScope()CfnConfigRuleProps.Builder.scope(CfnConfigRule.ScopeProperty scope) Sets the value ofCfnConfigRuleProps.getScope()CfnConfigRuleProps.Builder.source(IResolvable source) Sets the value ofCfnConfigRuleProps.getSource()CfnConfigRuleProps.Builder.source(CfnConfigRule.SourceProperty source) Sets the value ofCfnConfigRuleProps.getSource()Constructors in software.amazon.awscdk.services.config with parameters of type CfnConfigRuleProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnConfigRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConfigRuleProps.Builder.