Uses of Class
software.amazon.awscdk.services.config.CfnRemediationConfigurationProps.Builder
-
Uses of CfnRemediationConfigurationProps.Builder in software.amazon.awscdk.services.config
Modifier and TypeMethodDescriptionSets the value ofCfnRemediationConfigurationProps.getAutomatic()
CfnRemediationConfigurationProps.Builder.automatic
(IResolvable automatic) Sets the value ofCfnRemediationConfigurationProps.getAutomatic()
CfnRemediationConfigurationProps.builder()
CfnRemediationConfigurationProps.Builder.configRuleName
(String configRuleName) Sets the value ofCfnRemediationConfigurationProps.getConfigRuleName()
CfnRemediationConfigurationProps.Builder.executionControls
(IResolvable executionControls) Sets the value ofCfnRemediationConfigurationProps.getExecutionControls()
CfnRemediationConfigurationProps.Builder.executionControls
(CfnRemediationConfiguration.ExecutionControlsProperty executionControls) Sets the value ofCfnRemediationConfigurationProps.getExecutionControls()
CfnRemediationConfigurationProps.Builder.maximumAutomaticAttempts
(Number maximumAutomaticAttempts) Sets the value ofCfnRemediationConfigurationProps.getMaximumAutomaticAttempts()
CfnRemediationConfigurationProps.Builder.parameters
(Object parameters) Sets the value ofCfnRemediationConfigurationProps.getParameters()
CfnRemediationConfigurationProps.Builder.resourceType
(String resourceType) Sets the value ofCfnRemediationConfigurationProps.getResourceType()
CfnRemediationConfigurationProps.Builder.retryAttemptSeconds
(Number retryAttemptSeconds) Sets the value ofCfnRemediationConfigurationProps.getRetryAttemptSeconds()
Sets the value ofCfnRemediationConfigurationProps.getTargetId()
CfnRemediationConfigurationProps.Builder.targetType
(String targetType) Sets the value ofCfnRemediationConfigurationProps.getTargetType()
CfnRemediationConfigurationProps.Builder.targetVersion
(String targetVersion) Sets the value ofCfnRemediationConfigurationProps.getTargetVersion()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRemediationConfigurationProps.Builder
.