Uses of Class
software.amazon.awscdk.services.arcregionswitch.CfnPlan.CustomActionLambdaConfigurationProperty.Builder
Packages that use CfnPlan.CustomActionLambdaConfigurationProperty.Builder
Package
Description
AWS::ARCRegionSwitch Construct Library
-
Uses of CfnPlan.CustomActionLambdaConfigurationProperty.Builder in software.amazon.awscdk.services.arcregionswitch
Methods in software.amazon.awscdk.services.arcregionswitch that return CfnPlan.CustomActionLambdaConfigurationProperty.BuilderModifier and TypeMethodDescriptionCfnPlan.CustomActionLambdaConfigurationProperty.builder()
Sets the value ofCfnPlan.CustomActionLambdaConfigurationProperty.getLambdas()
CfnPlan.CustomActionLambdaConfigurationProperty.Builder.lambdas
(IResolvable lambdas) Sets the value ofCfnPlan.CustomActionLambdaConfigurationProperty.getLambdas()
CfnPlan.CustomActionLambdaConfigurationProperty.Builder.regionToRun
(String regionToRun) Sets the value ofCfnPlan.CustomActionLambdaConfigurationProperty.getRegionToRun()
CfnPlan.CustomActionLambdaConfigurationProperty.Builder.retryIntervalMinutes
(Number retryIntervalMinutes) CfnPlan.CustomActionLambdaConfigurationProperty.Builder.timeoutMinutes
(Number timeoutMinutes) Sets the value ofCfnPlan.CustomActionLambdaConfigurationProperty.getTimeoutMinutes()
CfnPlan.CustomActionLambdaConfigurationProperty.Builder.ungraceful
(IResolvable ungraceful) Sets the value ofCfnPlan.CustomActionLambdaConfigurationProperty.getUngraceful()
CfnPlan.CustomActionLambdaConfigurationProperty.Builder.ungraceful
(CfnPlan.LambdaUngracefulProperty ungraceful) Sets the value ofCfnPlan.CustomActionLambdaConfigurationProperty.getUngraceful()
Constructors in software.amazon.awscdk.services.arcregionswitch with parameters of type CfnPlan.CustomActionLambdaConfigurationProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPlan.CustomActionLambdaConfigurationProperty.Builder
.