Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.config.CfnConfigRuleMixinProps.Builder
Packages that use CfnConfigRuleMixinProps.Builder
-
Uses of CfnConfigRuleMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.config
Methods in software.amazon.awscdk.cfnpropertymixins.services.config that return CfnConfigRuleMixinProps.BuilderModifier and TypeMethodDescriptionCfnConfigRuleMixinProps.builder()CfnConfigRuleMixinProps.Builder.compliance(CfnConfigRulePropsMixin.ComplianceProperty compliance) Sets the value ofCfnConfigRuleMixinProps.getCompliance()CfnConfigRuleMixinProps.Builder.compliance(IResolvable compliance) Sets the value ofCfnConfigRuleMixinProps.getCompliance()CfnConfigRuleMixinProps.Builder.configRuleName(String configRuleName) Sets the value ofCfnConfigRuleMixinProps.getConfigRuleName()CfnConfigRuleMixinProps.Builder.description(String description) Sets the value ofCfnConfigRuleMixinProps.getDescription()CfnConfigRuleMixinProps.Builder.evaluationModes(List<? extends Object> evaluationModes) Sets the value ofCfnConfigRuleMixinProps.getEvaluationModes()CfnConfigRuleMixinProps.Builder.evaluationModes(IResolvable evaluationModes) Sets the value ofCfnConfigRuleMixinProps.getEvaluationModes()CfnConfigRuleMixinProps.Builder.inputParameters(Object inputParameters) Sets the value ofCfnConfigRuleMixinProps.getInputParameters()CfnConfigRuleMixinProps.Builder.maximumExecutionFrequency(String maximumExecutionFrequency) Sets the value ofCfnConfigRuleMixinProps.getMaximumExecutionFrequency()CfnConfigRuleMixinProps.Builder.scope(CfnConfigRulePropsMixin.ScopeProperty scope) Sets the value ofCfnConfigRuleMixinProps.getScope()CfnConfigRuleMixinProps.Builder.scope(IResolvable scope) Sets the value ofCfnConfigRuleMixinProps.getScope()CfnConfigRuleMixinProps.Builder.source(CfnConfigRulePropsMixin.SourceProperty source) Sets the value ofCfnConfigRuleMixinProps.getSource()CfnConfigRuleMixinProps.Builder.source(IResolvable source) Sets the value ofCfnConfigRuleMixinProps.getSource()Constructors in software.amazon.awscdk.cfnpropertymixins.services.config with parameters of type CfnConfigRuleMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigRuleMixinProps.Builder.